Html Css Color HEX #C17021 Ochre

📋 copy color: '#C17021'

red 193 ◦ green 112 ◦ blue 33

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

Shades of Ochre #C17021

Tints of Ochre #C17021

RGB

 RED value IS 193 (75.78% from 255) = 57.1%

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

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

R = 57.1%
G = 33.14%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17021 (or 0xC17021) is known color: Ochre. HEX triplet: C1, 70 and 21. RGB value is (193,112,33). Sum of RGB (Red+Green+Blue) = 193+112+33=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C17021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17021 is #3E8FDE. Grayscale: #7F7F7F. Windows color (decimal): -4100063 or 2191553. OLE color: 2191553.

HSL color Cylindrical-coordinate representation of color #C17021: hue angle of 29.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C17021 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 33 -
CMYK 0 0.42 0.83 0.24
HSL 29.63º 0.71% 0.44% -
HSV(B) 29.63º 0.83% 0.76% -
XYZ 28.06 23.04 4.41 -
YUV 127.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 193 112 33 0 0.42 0.83 0.24 29.63 0.71 0.44
Hex C1 70 21 0 2A 53 18 1E 47 2C
Octal 301 160 41 0 52 123 30 36 107 54
Binary 11000001 1110000 100001 0 101010 1010011 11000 11110 1000111 101100

Color Harmonies of #C17021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17021

Black with #C17021

Text Example


Text Example

White with #C17021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17021; }

 p { color: rgb(193,112,33); }

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

background-color css

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

 a { background-color: rgb(193,112,33); }

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

border-color css

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

 span { border-color: rgb(193,112,33); }

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