Html Css Color HEX #C58020 Ochre

📋 copy color: '#C58020'

red 197 ◦ green 128 ◦ blue 32

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

Shades of Ochre #C58020

Tints of Ochre #C58020

RGB

 RED value IS 197 (77.34% from 255) = 55.18%

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 55.18%
G = 35.85%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C58020 (or 0xC58020) is known color: Ochre. HEX triplet: C5, 80 and 20. RGB value is (197,128,32). Sum of RGB (Red+Green+Blue) = 197+128+32=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C58020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58020 is #3A7FDF. Grayscale: #8A8A8A. Windows color (decimal): -3833824 or 2130117. OLE color: 2130117.

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

Color convert

RGB 197 128 32 -
CMYK 0 0.35 0.84 0.23
HSL 34.91º 0.72% 0.45% -
HSV(B) 34.91º 0.84% 0.77% -
XYZ 31.01 27.41 5.02 -
YUV 137.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 197 128 32 0 0.35 0.84 0.23 34.91 0.72 0.45
Hex C5 80 20 0 23 54 17 23 48 2D
Octal 305 200 40 0 43 124 27 43 110 55
Binary 11000101 10000000 100000 0 100011 1010100 10111 100011 1001000 101101

Color Harmonies of #C58020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58020

Black with #C58020

Text Example


Text Example

White with #C58020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58020; }

 p { color: rgb(197,128,32); }

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

background-color css

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

 a { background-color: rgb(197,128,32); }

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

border-color css

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

 span { border-color: rgb(197,128,32); }

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