Html Css Color HEX #C48B4A Tussock

📋 copy color: '#C48B4A'

red 196 ◦ green 139 ◦ blue 74

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

Shades of Tussock #C48B4A

Tints of Tussock #C48B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 47.92%
G = 33.99%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C48B4A (or 0xC48B4A) is known color: Tussock. HEX triplet: C4, 8B and 4A. RGB value is (196,139,74). Sum of RGB (Red+Green+Blue) = 196+139+74=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B4A is #3B74B5. Grayscale: #949494. Windows color (decimal): -3896502 or 4885444. OLE color: 4885444.

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

Color convert

RGB 196 139 74 -
CMYK 0 0.29 0.62 0.23
HSL 31.97º 0.51% 0.53% -
HSV(B) 31.97º 0.62% 0.77% -
XYZ 33.23 30.7 10.65 -
YUV 148.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 196 139 74 0 0.29 0.62 0.23 31.97 0.51 0.53
Hex C4 8B 4A 0 1D 3E 17 20 33 35
Octal 304 213 112 0 35 76 27 40 63 65
Binary 11000100 10001011 1001010 0 11101 111110 10111 100000 110011 110101

Color Harmonies of #C48B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B4A

Black with #C48B4A

Text Example


Text Example

White with #C48B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B4A; }

 p { color: rgb(196,139,74); }

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

background-color css

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

 a { background-color: rgb(196,139,74); }

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

border-color css

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

 span { border-color: rgb(196,139,74); }

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