Html Css Color HEX #C09545 Tussock

📋 copy color: '#C09545'

red 192 ◦ green 149 ◦ blue 69

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

Shades of Tussock #C09545

Tints of Tussock #C09545

RGB

 RED value IS 192 (75.39% from 255) = 46.83%

 GREEN value IS 149 (58.59% from 255) = 36.34%

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 46.83%
G = 36.34%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09545 (or 0xC09545) is known color: Tussock. HEX triplet: C0, 95 and 45. RGB value is (192,149,69). Sum of RGB (Red+Green+Blue) = 192+149+69=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C09545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09545 is #3F6ABA. Grayscale: #999999. Windows color (decimal): -4156091 or 4560320. OLE color: 4560320.

HSL color Cylindrical-coordinate representation of color #C09545: hue angle of 39.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C09545 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 69 -
CMYK 0 0.22 0.64 0.25
HSL 39.02º 0.49% 0.51% -
HSV(B) 39.02º 0.64% 0.75% -
XYZ 33.56 33.13 10.26 -
YUV 152.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 192 149 69 0 0.22 0.64 0.25 39.02 0.49 0.51
Hex C0 95 45 0 16 40 19 27 31 33
Octal 300 225 105 0 26 100 31 47 61 63
Binary 11000000 10010101 1000101 0 10110 1000000 11001 100111 110001 110011

Color Harmonies of #C09545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09545

Black with #C09545

Text Example


Text Example

White with #C09545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09545; }

 p { color: rgb(192,149,69); }

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

background-color css

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

 a { background-color: rgb(192,149,69); }

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

border-color css

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

 span { border-color: rgb(192,149,69); }

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