Html Css Color HEX #C58021 Ochre

📋 copy color: '#C58021'

red 197 ◦ green 128 ◦ blue 33

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

Shades of Ochre #C58021

Tints of Ochre #C58021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 55.03%
G = 35.75%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C58021 (or 0xC58021) is known color: Ochre. HEX triplet: C5, 80 and 21. RGB value is (197,128,33). Sum of RGB (Red+Green+Blue) = 197+128+33=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C58021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58021 is #3A7FDE. Grayscale: #8A8A8A. Windows color (decimal): -3833823 or 2195653. OLE color: 2195653.

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

Color convert

RGB 197 128 33 -
CMYK 0 0.35 0.83 0.23
HSL 34.76º 0.71% 0.45% -
HSV(B) 34.76º 0.83% 0.77% -
XYZ 31.02 27.42 5.1 -
YUV 137.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 197 128 33 0 0.35 0.83 0.23 34.76 0.71 0.45
Hex C5 80 21 0 23 53 17 23 47 2D
Octal 305 200 41 0 43 123 27 43 107 55
Binary 11000101 10000000 100001 0 100011 1010011 10111 100011 1000111 101101

Color Harmonies of #C58021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58021

Black with #C58021

Text Example


Text Example

White with #C58021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58021; }

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

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

background-color css

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

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

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

border-color css

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

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

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