Html Css Color HEX #C47620 Ochre

📋 copy color: '#C47620'

red 196 ◦ green 118 ◦ blue 32

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

Shades of Ochre #C47620

Tints of Ochre #C47620

RGB

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

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

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

R = 56.65%
G = 34.1%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C47620 (or 0xC47620) is known color: Ochre. HEX triplet: C4, 76 and 20. RGB value is (196,118,32). Sum of RGB (Red+Green+Blue) = 196+118+32=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C47620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47620 is #3B89DF. Grayscale: #838383. Windows color (decimal): -3901920 or 2127556. OLE color: 2127556.

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

Color convert

RGB 196 118 32 -
CMYK 0 0.40 0.84 0.23
HSL 31.46º 0.72% 0.45% -
HSV(B) 31.46º 0.84% 0.77% -
XYZ 29.5 24.8 4.6 -
YUV 131.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 196 118 32 0 0.40 0.84 0.23 31.46 0.72 0.45
Hex C4 76 20 0 28 54 17 1F 48 2D
Octal 304 166 40 0 50 124 27 37 110 55
Binary 11000100 1110110 100000 0 101000 1010100 10111 11111 1001000 101101

Color Harmonies of #C47620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47620

Black with #C47620

Text Example


Text Example

White with #C47620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47620; }

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

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

background-color css

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

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

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

border-color css

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

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

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