Html Css Color HEX #C47429 Ochre

📋 copy color: '#C47429'

red 196 ◦ green 116 ◦ blue 41

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

Shades of Ochre #C47429

Tints of Ochre #C47429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 55.52%
G = 32.86%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C47429 (or 0xC47429) is known color: Ochre. HEX triplet: C4, 74 and 29. RGB value is (196,116,41). Sum of RGB (Red+Green+Blue) = 196+116+41=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C47429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47429 is #3B8BD6. Grayscale: #838383. Windows color (decimal): -3902423 or 2716868. OLE color: 2716868.

HSL color Cylindrical-coordinate representation of color #C47429: hue angle of 29.03º 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 #C47429 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 41 -
CMYK 0 0.41 0.79 0.23
HSL 29.03º 0.65% 0.46% -
HSV(B) 29.03º 0.79% 0.77% -
XYZ 29.41 24.39 5.25 -
YUV 131.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 196 116 41 0 0.41 0.79 0.23 29.03 0.65 0.46
Hex C4 74 29 0 29 4F 17 1D 41 2E
Octal 304 164 51 0 51 117 27 35 101 56
Binary 11000100 1110100 101001 0 101001 1001111 10111 11101 1000001 101110

Color Harmonies of #C47429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47429

Black with #C47429

Text Example


Text Example

White with #C47429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47429; }

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

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

background-color css

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

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

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

border-color css

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

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

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