Html Css Color HEX #C4914B Tussock

📋 copy color: '#C4914B'

red 196 ◦ green 145 ◦ blue 75

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

Shades of Tussock #C4914B

Tints of Tussock #C4914B

RGB

 RED value IS 196 (76.95% from 255) = 47.12%

 GREEN value IS 145 (57.03% from 255) = 34.86%

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

R = 47.12%
G = 34.86%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4914B (or 0xC4914B) is known color: Tussock. HEX triplet: C4, 91 and 4B. RGB value is (196,145,75). Sum of RGB (Red+Green+Blue) = 196+145+75=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4914B is #3B6EB4. Grayscale: #989898. Windows color (decimal): -3894965 or 4952516. OLE color: 4952516.

HSL color Cylindrical-coordinate representation of color #C4914B: hue angle of 34.71º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4914B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 75 -
CMYK 0 0.26 0.62 0.23
HSL 34.71º 0.51% 0.53% -
HSV(B) 34.71º 0.62% 0.77% -
XYZ 34.16 32.49 11.13 -
YUV 152.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 196 145 75 0 0.26 0.62 0.23 34.71 0.51 0.53
Hex C4 91 4B 0 1A 3E 17 23 33 35
Octal 304 221 113 0 32 76 27 43 63 65
Binary 11000100 10010001 1001011 0 11010 111110 10111 100011 110011 110101

Color Harmonies of #C4914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4914B

Black with #C4914B

Text Example


Text Example

White with #C4914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4914B; }

 p { color: rgb(196,145,75); }

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

background-color css

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

 a { background-color: rgb(196,145,75); }

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

border-color css

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

 span { border-color: rgb(196,145,75); }

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