Html Css Color HEX #C29545 Tussock

📋 copy color: '#C29545'

red 194 ◦ green 149 ◦ blue 69

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

Shades of Tussock #C29545

Tints of Tussock #C29545

RGB

 RED value IS 194 (76.17% from 255) = 47.09%

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

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

R = 47.09%
G = 36.17%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29545 (or 0xC29545) is known color: Tussock. HEX triplet: C2, 95 and 45. RGB value is (194,149,69). Sum of RGB (Red+Green+Blue) = 194+149+69=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C29545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29545 is #3D6ABA. Grayscale: #999999. Windows color (decimal): -4025019 or 4560322. OLE color: 4560322.

HSL color Cylindrical-coordinate representation of color #C29545: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C29545 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 69 -
CMYK 0 0.23 0.64 0.24
HSL 38.4º 0.51% 0.52% -
HSV(B) 38.4º 0.64% 0.76% -
XYZ 34.07 33.39 10.28 -
YUV 153.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 194 149 69 0 0.23 0.64 0.24 38.4 0.51 0.52
Hex C2 95 45 0 17 40 18 26 33 34
Octal 302 225 105 0 27 100 30 46 63 64
Binary 11000010 10010101 1000101 0 10111 1000000 11000 100110 110011 110100

Color Harmonies of #C29545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29545

Black with #C29545

Text Example


Text Example

White with #C29545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29545; }

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

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

background-color css

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

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

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

border-color css

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

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

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