Html Css Color HEX #C17D17 Ochre

📋 copy color: '#C17D17'

red 193 ◦ green 125 ◦ blue 23

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

Shades of Ochre #C17D17

Tints of Ochre #C17D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

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

R = 56.6%
G = 36.66%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17D17 (or 0xC17D17) is known color: Ochre. HEX triplet: C1, 7D and 17. RGB value is (193,125,23). Sum of RGB (Red+Green+Blue) = 193+125+23=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D17 is #3E82E8. Grayscale: #868686. Windows color (decimal): -4096745 or 1539521. OLE color: 1539521.

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

Color convert

RGB 193 125 23 -
CMYK 0 0.35 0.88 0.24
HSL 36º 0.79% 0.42% -
HSV(B) 36º 0.88% 0.76% -
XYZ 29.48 26.07 4.29 -
YUV 133.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 193 125 23 0 0.35 0.88 0.24 36 0.79 0.42
Hex C1 7D 17 0 23 58 18 24 4F 2A
Octal 301 175 27 0 43 130 30 44 117 52
Binary 11000001 1111101 10111 0 100011 1011000 11000 100100 1001111 101010

Color Harmonies of #C17D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D17

Black with #C17D17

Text Example


Text Example

White with #C17D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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