Html Css Color HEX #C17517 Ochre

📋 copy color: '#C17517'

red 193 ◦ green 117 ◦ blue 23

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

Shades of Ochre #C17517

Tints of Ochre #C17517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 57.96%
G = 35.14%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17517 (or 0xC17517) is known color: Ochre. HEX triplet: C1, 75 and 17. RGB value is (193,117,23). Sum of RGB (Red+Green+Blue) = 193+117+23=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C17517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17517 is #3E8AE8. Grayscale: #818181. Windows color (decimal): -4098793 or 1537473. OLE color: 1537473.

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

Color convert

RGB 193 117 23 -
CMYK 0 0.39 0.88 0.24
HSL 33.18º 0.79% 0.42% -
HSV(B) 33.18º 0.88% 0.76% -
XYZ 28.51 24.12 3.96 -
YUV 129.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 193 117 23 0 0.39 0.88 0.24 33.18 0.79 0.42
Hex C1 75 17 0 27 58 18 21 4F 2A
Octal 301 165 27 0 47 130 30 41 117 52
Binary 11000001 1110101 10111 0 100111 1011000 11000 100001 1001111 101010

Color Harmonies of #C17517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17517

Black with #C17517

Text Example


Text Example

White with #C17517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17517; }

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

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

background-color css

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

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

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

border-color css

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

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

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