Html Css Color HEX #C57726 Ochre

📋 copy color: '#C57726'

red 197 ◦ green 119 ◦ blue 38

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

Shades of Ochre #C57726

Tints of Ochre #C57726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 55.65%
G = 33.62%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C57726 (or 0xC57726) is known color: Ochre. HEX triplet: C5, 77 and 26. RGB value is (197,119,38). Sum of RGB (Red+Green+Blue) = 197+119+38=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C57726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57726 is #3A88D9. Grayscale: #858585. Windows color (decimal): -3836122 or 2521029. OLE color: 2521029.

HSL color Cylindrical-coordinate representation of color #C57726: hue angle of 30.57º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C57726 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 119 38 -
CMYK 0 0.40 0.81 0.23
HSL 30.57º 0.68% 0.46% -
HSV(B) 30.57º 0.81% 0.77% -
XYZ 29.97 25.2 5.12 -
YUV 133.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 197 119 38 0 0.40 0.81 0.23 30.57 0.68 0.46
Hex C5 77 26 0 28 51 17 1F 44 2E
Octal 305 167 46 0 50 121 27 37 104 56
Binary 11000101 1110111 100110 0 101000 1010001 10111 11111 1000100 101110

Color Harmonies of #C57726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57726

Black with #C57726

Text Example


Text Example

White with #C57726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57726; }

 p { color: rgb(197,119,38); }

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

background-color css

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

 a { background-color: rgb(197,119,38); }

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

border-color css

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

 span { border-color: rgb(197,119,38); }

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