Html Css Color HEX #C48B4C Tussock

📋 copy color: '#C48B4C'

red 196 ◦ green 139 ◦ blue 76

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

Shades of Tussock #C48B4C

Tints of Tussock #C48B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 47.69%
G = 33.82%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C48B4C (or 0xC48B4C) is known color: Tussock. HEX triplet: C4, 8B and 4C. RGB value is (196,139,76). Sum of RGB (Red+Green+Blue) = 196+139+76=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B4C is #3B74B3. Grayscale: #959595. Windows color (decimal): -3896500 or 5016516. OLE color: 5016516.

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

Color convert

RGB 196 139 76 -
CMYK 0 0.29 0.61 0.23
HSL 31.5º 0.5% 0.53% -
HSV(B) 31.5º 0.61% 0.77% -
XYZ 33.3 30.72 11.01 -
YUV 148.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 196 139 76 0 0.29 0.61 0.23 31.5 0.5 0.53
Hex C4 8B 4C 0 1D 3D 17 1F 32 35
Octal 304 213 114 0 35 75 27 37 62 65
Binary 11000100 10001011 1001100 0 11101 111101 10111 11111 110010 110101

Color Harmonies of #C48B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B4C

Black with #C48B4C

Text Example


Text Example

White with #C48B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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