Html Css Color HEX #C47629 Ochre

📋 copy color: '#C47629'

red 196 ◦ green 118 ◦ blue 41

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

Shades of Ochre #C47629

Tints of Ochre #C47629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 41 (16.41% from 255) = 11.55%

R = 55.21%
G = 33.24%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C47629 (or 0xC47629) is known color: Ochre. HEX triplet: C4, 76 and 29. RGB value is (196,118,41). Sum of RGB (Red+Green+Blue) = 196+118+41=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C47629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47629 is #3B89D6. Grayscale: #848484. Windows color (decimal): -3901911 or 2717380. OLE color: 2717380.

HSL color Cylindrical-coordinate representation of color #C47629: hue angle of 29.81º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C47629 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 41 -
CMYK 0 0.40 0.79 0.23
HSL 29.81º 0.65% 0.46% -
HSV(B) 29.81º 0.79% 0.77% -
XYZ 29.64 24.85 5.33 -
YUV 132.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 196 118 41 0 0.40 0.79 0.23 29.81 0.65 0.46
Hex C4 76 29 0 28 4F 17 1E 41 2E
Octal 304 166 51 0 50 117 27 36 101 56
Binary 11000100 1110110 101001 0 101000 1001111 10111 11110 1000001 101110

Color Harmonies of #C47629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47629

Black with #C47629

Text Example


Text Example

White with #C47629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47629; }

 p { color: rgb(196,118,41); }

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

background-color css

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

 a { background-color: rgb(196,118,41); }

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

border-color css

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

 span { border-color: rgb(196,118,41); }

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