Html Css Color HEX #C78B4B Tussock

📋 copy color: '#C78B4B'

red 199 ◦ green 139 ◦ blue 75

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

Shades of Tussock #C78B4B

Tints of Tussock #C78B4B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.66%

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

R = 48.18%
G = 33.66%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C78B4B (or 0xC78B4B) is known color: Tussock. HEX triplet: C7, 8B and 4B. RGB value is (199,139,75). Sum of RGB (Red+Green+Blue) = 199+139+75=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78B4B is #3874B4. Grayscale: #959595. Windows color (decimal): -3699893 or 4950983. OLE color: 4950983.

HSL color Cylindrical-coordinate representation of color #C78B4B: hue angle of 30.97º 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 #C78B4B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 139 75 -
CMYK 0 0.30 0.62 0.22
HSL 30.97º 0.53% 0.54% -
HSV(B) 30.97º 0.62% 0.78% -
XYZ 34.06 31.12 10.87 -
YUV 149.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 199 139 75 0 0.30 0.62 0.22 30.97 0.53 0.54
Hex C7 8B 4B 0 1E 3E 16 1F 35 36
Octal 307 213 113 0 36 76 26 37 65 66
Binary 11000111 10001011 1001011 0 11110 111110 10110 11111 110101 110110

Color Harmonies of #C78B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78B4B

Black with #C78B4B

Text Example


Text Example

White with #C78B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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