Html Css Color HEX #C29745 Tussock

📋 copy color: '#C29745'

red 194 ◦ green 151 ◦ blue 69

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

Shades of Tussock #C29745

Tints of Tussock #C29745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

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

R = 46.86%
G = 36.47%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29745 (or 0xC29745) is known color: Tussock. HEX triplet: C2, 97 and 45. RGB value is (194,151,69). Sum of RGB (Red+Green+Blue) = 194+151+69=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C29745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29745 is #3D68BA. Grayscale: #9A9A9A. Windows color (decimal): -4024507 or 4560834. OLE color: 4560834.

HSL color Cylindrical-coordinate representation of color #C29745: hue angle of 39.36º 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 #C29745 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 151 69 -
CMYK 0 0.22 0.64 0.24
HSL 39.36º 0.51% 0.52% -
HSV(B) 39.36º 0.64% 0.76% -
XYZ 34.39 34.03 10.39 -
YUV 154.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 194 151 69 0 0.22 0.64 0.24 39.36 0.51 0.52
Hex C2 97 45 0 16 40 18 27 33 34
Octal 302 227 105 0 26 100 30 47 63 64
Binary 11000010 10010111 1000101 0 10110 1000000 11000 100111 110011 110100

Color Harmonies of #C29745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29745

Black with #C29745

Text Example


Text Example

White with #C29745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29745; }

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

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

background-color css

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

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

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

border-color css

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

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

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