Html Css Color HEX #C5751A Ochre

📋 copy color: '#C5751A'

red 197 ◦ green 117 ◦ blue 26

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

Shades of Ochre #C5751A

Tints of Ochre #C5751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 57.94%
G = 34.41%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5751A (or 0xC5751A) is known color: Ochre. HEX triplet: C5, 75 and 1A. RGB value is (197,117,26). Sum of RGB (Red+Green+Blue) = 197+117+26=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5751A is #3A8AE5. Grayscale: #828282. Windows color (decimal): -3836646 or 1734085. OLE color: 1734085.

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

Color convert

RGB 197 117 26 -
CMYK 0 0.41 0.87 0.23
HSL 31.93º 0.77% 0.44% -
HSV(B) 31.93º 0.87% 0.77% -
XYZ 29.57 24.67 4.18 -
YUV 130.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 197 117 26 0 0.41 0.87 0.23 31.93 0.77 0.44
Hex C5 75 1A 0 29 57 17 20 4D 2C
Octal 305 165 32 0 51 127 27 40 115 54
Binary 11000101 1110101 11010 0 101001 1010111 10111 100000 1001101 101100

Color Harmonies of #C5751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5751A

Black with #C5751A

Text Example


Text Example

White with #C5751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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