Html Css Color HEX #C5751B Ochre

📋 copy color: '#C5751B'

red 197 ◦ green 117 ◦ blue 27

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

Shades of Ochre #C5751B

Tints of Ochre #C5751B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 57.77%
G = 34.31%
B = 7.92%

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

#C5751B (or 0xC5751B) is known color: Ochre. HEX triplet: C5, 75 and 1B. RGB value is (197,117,27). Sum of RGB (Red+Green+Blue) = 197+117+27=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5751B is #3A8AE4. Grayscale: #838383. Windows color (decimal): -3836645 or 1799621. OLE color: 1799621.

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

Color convert

RGB 197 117 27 -
CMYK 0 0.41 0.86 0.23
HSL 31.76º 0.76% 0.44% -
HSV(B) 31.76º 0.86% 0.77% -
XYZ 29.59 24.67 4.24 -
YUV 130.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 197 117 27 0 0.41 0.86 0.23 31.76 0.76 0.44
Hex C5 75 1B 0 29 56 17 20 4C 2C
Octal 305 165 33 0 51 126 27 40 114 54
Binary 11000101 1110101 11011 0 101001 1010110 10111 100000 1001100 101100

Color Harmonies of #C5751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5751B

Black with #C5751B

Text Example


Text Example

White with #C5751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5751B; }

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

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

background-color css

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

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

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

border-color css

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

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

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