Html Css Color HEX #C17117 Ochre

📋 copy color: '#C17117'

red 193 ◦ green 113 ◦ blue 23

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

Shades of Ochre #C17117

Tints of Ochre #C17117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

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

R = 58.66%
G = 34.35%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17117 (or 0xC17117) is known color: Ochre. HEX triplet: C1, 71 and 17. RGB value is (193,113,23). Sum of RGB (Red+Green+Blue) = 193+113+23=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C17117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17117 is #3E8EE8. Grayscale: #7F7F7F. Windows color (decimal): -4099817 or 1536449. OLE color: 1536449.

HSL color Cylindrical-coordinate representation of color #C17117: hue angle of 31.76º 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 #C17117 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 113 23 -
CMYK 0 0.41 0.88 0.24
HSL 31.76º 0.79% 0.42% -
HSV(B) 31.76º 0.88% 0.76% -
XYZ 28.05 23.21 3.81 -
YUV 126.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 193 113 23 0 0.41 0.88 0.24 31.76 0.79 0.42
Hex C1 71 17 0 29 58 18 20 4F 2A
Octal 301 161 27 0 51 130 30 40 117 52
Binary 11000001 1110001 10111 0 101001 1011000 11000 100000 1001111 101010

Color Harmonies of #C17117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17117

Black with #C17117

Text Example


Text Example

White with #C17117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17117; }

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

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

background-color css

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

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

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

border-color css

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

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

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