Html Css Color HEX #C5751C Ochre

📋 copy color: '#C5751C'

red 197 ◦ green 117 ◦ blue 28

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

Shades of Ochre #C5751C

Tints of Ochre #C5751C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 57.6%
G = 34.21%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5751C (or 0xC5751C) is known color: Ochre. HEX triplet: C5, 75 and 1C. RGB value is (197,117,28). Sum of RGB (Red+Green+Blue) = 197+117+28=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5751C is #3A8AE3. Grayscale: #838383. Windows color (decimal): -3836644 or 1865157. OLE color: 1865157.

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

Color convert

RGB 197 117 28 -
CMYK 0 0.41 0.86 0.23
HSL 31.6º 0.75% 0.44% -
HSV(B) 31.6º 0.86% 0.77% -
XYZ 29.6 24.68 4.3 -
YUV 130.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 197 117 28 0 0.41 0.86 0.23 31.6 0.75 0.44
Hex C5 75 1C 0 29 56 17 20 4B 2C
Octal 305 165 34 0 51 126 27 40 113 54
Binary 11000101 1110101 11100 0 101001 1010110 10111 100000 1001011 101100

Color Harmonies of #C5751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5751C

Black with #C5751C

Text Example


Text Example

White with #C5751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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