Html Css Color HEX #C57722 Ochre

📋 copy color: '#C57722'

red 197 ◦ green 119 ◦ blue 34

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

Shades of Ochre #C57722

Tints of Ochre #C57722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 56.29%
G = 34%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C57722 (or 0xC57722) is known color: Ochre. HEX triplet: C5, 77 and 22. RGB value is (197,119,34). Sum of RGB (Red+Green+Blue) = 197+119+34=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57722 is #3A88DD. Grayscale: #858585. Windows color (decimal): -3836126 or 2258885. OLE color: 2258885.

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

Color convert

RGB 197 119 34 -
CMYK 0 0.40 0.83 0.23
HSL 31.29º 0.71% 0.45% -
HSV(B) 31.29º 0.83% 0.77% -
XYZ 29.91 25.18 4.8 -
YUV 132.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 197 119 34 0 0.40 0.83 0.23 31.29 0.71 0.45
Hex C5 77 22 0 28 53 17 1F 47 2D
Octal 305 167 42 0 50 123 27 37 107 55
Binary 11000101 1110111 100010 0 101000 1010011 10111 11111 1000111 101101

Color Harmonies of #C57722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57722

Black with #C57722

Text Example


Text Example

White with #C57722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57722; }

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

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

background-color css

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

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

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

border-color css

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

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

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