Html Css Color HEX #C17317 Ochre

📋 copy color: '#C17317'

red 193 ◦ green 115 ◦ blue 23

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

Shades of Ochre #C17317

Tints of Ochre #C17317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 58.31%
G = 34.74%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17317 (or 0xC17317) is known color: Ochre. HEX triplet: C1, 73 and 17. RGB value is (193,115,23). Sum of RGB (Red+Green+Blue) = 193+115+23=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17317 is #3E8CE8. Grayscale: #808080. Windows color (decimal): -4099305 or 1536961. OLE color: 1536961.

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

Color convert

RGB 193 115 23 -
CMYK 0 0.40 0.88 0.24
HSL 32.47º 0.79% 0.42% -
HSV(B) 32.47º 0.88% 0.76% -
XYZ 28.28 23.66 3.89 -
YUV 127.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 193 115 23 0 0.40 0.88 0.24 32.47 0.79 0.42
Hex C1 73 17 0 28 58 18 20 4F 2A
Octal 301 163 27 0 50 130 30 40 117 52
Binary 11000001 1110011 10111 0 101000 1011000 11000 100000 1001111 101010

Color Harmonies of #C17317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17317

Black with #C17317

Text Example


Text Example

White with #C17317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17317; }

 p { color: rgb(193,115,23); }

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

background-color css

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

 a { background-color: rgb(193,115,23); }

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

border-color css

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

 span { border-color: rgb(193,115,23); }

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