Html Css Color HEX #C77125 Ochre

📋 copy color: '#C77125'

red 199 ◦ green 113 ◦ blue 37

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

Shades of Ochre #C77125

Tints of Ochre #C77125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 57.02%
G = 32.38%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77125 (or 0xC77125) is known color: Ochre. HEX triplet: C7, 71 and 25. RGB value is (199,113,37). Sum of RGB (Red+Green+Blue) = 199+113+37=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C77125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77125 is #388EDA. Grayscale: #828282. Windows color (decimal): -3706587 or 2453959. OLE color: 2453959.

HSL color Cylindrical-coordinate representation of color #C77125: hue angle of 28.15º 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 #C77125 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 37 -
CMYK 0 0.43 0.81 0.22
HSL 28.15º 0.69% 0.46% -
HSV(B) 28.15º 0.81% 0.78% -
XYZ 29.79 24.09 4.83 -
YUV 130.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 199 113 37 0 0.43 0.81 0.22 28.15 0.69 0.46
Hex C7 71 25 0 2B 51 16 1C 45 2E
Octal 307 161 45 0 53 121 26 34 105 56
Binary 11000111 1110001 100101 0 101011 1010001 10110 11100 1000101 101110

Color Harmonies of #C77125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77125

Black with #C77125

Text Example


Text Example

White with #C77125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77125; }

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

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

background-color css

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

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

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

border-color css

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

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

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