Html Css Color HEX #C47020 Ochre

📋 copy color: '#C47020'

red 196 ◦ green 112 ◦ blue 32

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

Shades of Ochre #C47020

Tints of Ochre #C47020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.41%

R = 57.65%
G = 32.94%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C47020 (or 0xC47020) is known color: Ochre. HEX triplet: C4, 70 and 20. RGB value is (196,112,32). Sum of RGB (Red+Green+Blue) = 196+112+32=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C47020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47020 is #3B8FDF. Grayscale: #808080. Windows color (decimal): -3903456 or 2126020. OLE color: 2126020.

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

Color convert

RGB 196 112 32 -
CMYK 0 0.43 0.84 0.23
HSL 29.27º 0.72% 0.45% -
HSV(B) 29.27º 0.84% 0.77% -
XYZ 28.82 23.43 4.37 -
YUV 128 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 196 112 32 0 0.43 0.84 0.23 29.27 0.72 0.45
Hex C4 70 20 0 2B 54 17 1D 48 2D
Octal 304 160 40 0 53 124 27 35 110 55
Binary 11000100 1110000 100000 0 101011 1010100 10111 11101 1001000 101101

Color Harmonies of #C47020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47020

Black with #C47020

Text Example


Text Example

White with #C47020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47020; }

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

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

background-color css

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

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

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

border-color css

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

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

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