Html Css Color HEX #C47019 Ochre

📋 copy color: '#C47019'

red 196 ◦ green 112 ◦ blue 25

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

Shades of Ochre #C47019

Tints of Ochre #C47019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 58.86%
G = 33.63%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C47019 (or 0xC47019) is known color: Ochre. HEX triplet: C4, 70 and 19. RGB value is (196,112,25). Sum of RGB (Red+Green+Blue) = 196+112+25=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47019 is #3B8FE6. Grayscale: #7F7F7F. Windows color (decimal): -3903463 or 1667268. OLE color: 1667268.

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

Color convert

RGB 196 112 25 -
CMYK 0 0.43 0.87 0.23
HSL 30.53º 0.77% 0.43% -
HSV(B) 30.53º 0.87% 0.77% -
XYZ 28.73 23.39 3.92 -
YUV 127.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 196 112 25 0 0.43 0.87 0.23 30.53 0.77 0.43
Hex C4 70 19 0 2B 57 17 1F 4D 2B
Octal 304 160 31 0 53 127 27 37 115 53
Binary 11000100 1110000 11001 0 101011 1010111 10111 11111 1001101 101011

Color Harmonies of #C47019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47019

Black with #C47019

Text Example


Text Example

White with #C47019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47019; }

 p { color: rgb(196,112,25); }

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

background-color css

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

 a { background-color: rgb(196,112,25); }

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

border-color css

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

 span { border-color: rgb(196,112,25); }

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