Html Css Color HEX #C78D4B Tussock

📋 copy color: '#C78D4B'

red 199 ◦ green 141 ◦ blue 75

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

Shades of Tussock #C78D4B

Tints of Tussock #C78D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 75 (29.69% from 255) = 18.07%

R = 47.95%
G = 33.98%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C78D4B (or 0xC78D4B) is known color: Tussock. HEX triplet: C7, 8D and 4B. RGB value is (199,141,75). Sum of RGB (Red+Green+Blue) = 199+141+75=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D4B is #3872B4. Grayscale: #979797. Windows color (decimal): -3699381 or 4951495. OLE color: 4951495.

HSL color Cylindrical-coordinate representation of color #C78D4B: hue angle of 31.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C78D4B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 141 75 -
CMYK 0 0.29 0.62 0.22
HSL 31.94º 0.53% 0.54% -
HSV(B) 31.94º 0.62% 0.78% -
XYZ 34.35 31.7 10.96 -
YUV 150.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 199 141 75 0 0.29 0.62 0.22 31.94 0.53 0.54
Hex C7 8D 4B 0 1D 3E 16 20 35 36
Octal 307 215 113 0 35 76 26 40 65 66
Binary 11000111 10001101 1001011 0 11101 111110 10110 100000 110101 110110

Color Harmonies of #C78D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78D4B

Black with #C78D4B

Text Example


Text Example

White with #C78D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78D4B; }

 p { color: rgb(199,141,75); }

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

background-color css

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

 a { background-color: rgb(199,141,75); }

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

border-color css

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

 span { border-color: rgb(199,141,75); }

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