Html Css Color HEX #C57517 Ochre

📋 copy color: '#C57517'

red 197 ◦ green 117 ◦ blue 23

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

Shades of Ochre #C57517

Tints of Ochre #C57517

RGB

 RED value IS 197 (77.34% from 255) = 58.46%

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

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

R = 58.46%
G = 34.72%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C57517 (or 0xC57517) is known color: Ochre. HEX triplet: C5, 75 and 17. RGB value is (197,117,23). Sum of RGB (Red+Green+Blue) = 197+117+23=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57517 is #3A8AE8. Grayscale: #828282. Windows color (decimal): -3836649 or 1537477. OLE color: 1537477.

HSL color Cylindrical-coordinate representation of color #C57517: hue angle of 32.41º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C57517 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 23 -
CMYK 0 0.41 0.88 0.23
HSL 32.41º 0.79% 0.43% -
HSV(B) 32.41º 0.88% 0.77% -
XYZ 29.54 24.65 4.01 -
YUV 130.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 197 117 23 0 0.41 0.88 0.23 32.41 0.79 0.43
Hex C5 75 17 0 29 58 17 20 4F 2B
Octal 305 165 27 0 51 130 27 40 117 53
Binary 11000101 1110101 10111 0 101001 1011000 10111 100000 1001111 101011

Color Harmonies of #C57517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57517

Black with #C57517

Text Example


Text Example

White with #C57517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57517; }

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

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

background-color css

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

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

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

border-color css

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

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

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