Html Css Color HEX #C77025 Ochre

📋 copy color: '#C77025'

red 199 ◦ green 112 ◦ blue 37

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

Shades of Ochre #C77025

Tints of Ochre #C77025

RGB

 RED value IS 199 (78.13% from 255) = 57.18%

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 37 (14.84% from 255) = 10.63%

R = 57.18%
G = 32.18%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77025 (or 0xC77025) is known color: Ochre. HEX triplet: C7, 70 and 25. RGB value is (199,112,37). Sum of RGB (Red+Green+Blue) = 199+112+37=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C77025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77025 is #388FDA. Grayscale: #818181. Windows color (decimal): -3706843 or 2453703. OLE color: 2453703.

HSL color Cylindrical-coordinate representation of color #C77025: hue angle of 27.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C77025 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 37 -
CMYK 0 0.44 0.81 0.22
HSL 27.78º 0.69% 0.46% -
HSV(B) 27.78º 0.81% 0.78% -
XYZ 29.68 23.86 4.79 -
YUV 129.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 199 112 37 0 0.44 0.81 0.22 27.78 0.69 0.46
Hex C7 70 25 0 2C 51 16 1C 45 2E
Octal 307 160 45 0 54 121 26 34 105 56
Binary 11000111 1110000 100101 0 101100 1010001 10110 11100 1000101 101110

Color Harmonies of #C77025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77025

Black with #C77025

Text Example


Text Example

White with #C77025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77025; }

 p { color: rgb(199,112,37); }

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

background-color css

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

 a { background-color: rgb(199,112,37); }

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

border-color css

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

 span { border-color: rgb(199,112,37); }

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