Html Css Color HEX #C39D4B Tussock

📋 copy color: '#C39D4B'

red 195 ◦ green 157 ◦ blue 75

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

Shades of Tussock #C39D4B

Tints of Tussock #C39D4B

RGB

 RED value IS 195 (76.56% from 255) = 45.67%

 GREEN value IS 157 (61.72% from 255) = 36.77%

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

R = 45.67%
G = 36.77%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C39D4B (or 0xC39D4B) is known color: Tussock. HEX triplet: C3, 9D and 4B. RGB value is (195,157,75). Sum of RGB (Red+Green+Blue) = 195+157+75=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D4B is #3C62B4. Grayscale: #9F9F9F. Windows color (decimal): -3957429 or 4955587. OLE color: 4955587.

HSL color Cylindrical-coordinate representation of color #C39D4B: hue angle of 41º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C39D4B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 157 75 -
CMYK 0 0.19 0.62 0.24
HSL 41º 0.5% 0.53% -
HSV(B) 41º 0.62% 0.76% -
XYZ 35.83 36.22 11.76 -
YUV 159.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 195 157 75 0 0.19 0.62 0.24 41 0.5 0.53
Hex C3 9D 4B 0 13 3E 18 29 32 35
Octal 303 235 113 0 23 76 30 51 62 65
Binary 11000011 10011101 1001011 0 10011 111110 11000 101001 110010 110101

Color Harmonies of #C39D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39D4B

Black with #C39D4B

Text Example


Text Example

White with #C39D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39D4B; }

 p { color: rgb(195,157,75); }

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

background-color css

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

 a { background-color: rgb(195,157,75); }

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

border-color css

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

 span { border-color: rgb(195,157,75); }

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