Html Css Color HEX #C77D3D Brandy Punch

📋 copy color: '#C77D3D'

red 199 ◦ green 125 ◦ blue 61

#C77D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C77D3D

Tints of Brandy Punch #C77D3D

RGB

 RED value IS 199 (78.13% from 255) = 51.69%

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 51.69%
G = 32.47%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C77D3D (or 0xC77D3D) is known color: Brandy Punch. HEX triplet: C7, 7D and 3D. RGB value is (199,125,61). Sum of RGB (Red+Green+Blue) = 199+125+61=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D3D is #3882C2. Grayscale: #8C8C8C. Windows color (decimal): -3703491 or 4029895. OLE color: 4029895.

HSL color Cylindrical-coordinate representation of color #C77D3D: hue angle of 27.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C77D3D is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 61 -
CMYK 0 0.37 0.69 0.22
HSL 27.83º 0.55% 0.51% -
HSV(B) 27.83º 0.69% 0.78% -
XYZ 31.73 27.15 7.98 -
YUV 139.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 199 125 61 0 0.37 0.69 0.22 27.83 0.55 0.51
Hex C7 7D 3D 0 25 45 16 1C 37 33
Octal 307 175 75 0 45 105 26 34 67 63
Binary 11000111 1111101 111101 0 100101 1000101 10110 11100 110111 110011

Color Harmonies of #C77D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D3D

Black with #C77D3D

Text Example


Text Example

White with #C77D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D3D; }

 p { color: rgb(199,125,61); }

 H1.HeaderClassName
 {
   color: #C77D3D;
 }
 .AnyTagClassName
 {
   color: #C77D3D;
 }
</style>

background-color css

<style>
 a { background-color: #C77D3D; }

 a { background-color: rgb(199,125,61); }

 div.DivClassName
 {
   background-color: #C77D3D;
 }
 .BgClassName
 {
   background-color: #C77D3D;
 }
</style>

border-color css

<style>
 span { border-color: #C77D3D; }

 span { border-color: rgb(199,125,61); }

 td.TdClassName
 {
   border-color: #C77D3D;
 }
 .TagClassName
 {
   border-color: #C77D3D;
 }
</style>