#C77C1F

Color #C77C1F Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C77C1F

Tints of Ochre #C77C1F

Color information

#C77C1F (or 0xC77C1F) is unknown color: approx Ochre. HEX triplet: C7, 7C and 1F. RGB value is (199,124,31). Sum of RGB (Red+Green+Blue) = 199+124+31=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C1F is #3883E0. Grayscale: #888888. Windows color (decimal): -3703777 or 2063559. OLE color: 2063559.

HSL color Cylindrical-coordinate representation of color #C77C1F: hue angle of 33.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C77C1F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB19912431-
CMYK00.380.840.22
HSL33.21º73.04%45.1%-
HSV(B)33.21º84.42%78.04%-
XYZ31.0126.664.81-
YUV135.8268.85173.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.21%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 31 (12.5% from 255) = 8.76%
R=56.21%
G=35.03%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991243100.380.840.2233.2173.0445.1
HexC77C1F026541621492d
Octal30717437046124264111155
Binary1100011111111001111101001101010100101101000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C1F; }

 p { color: rgb(199,124,31); }

 H1.HeaderClassName
 {
   color: #C77C1F;
 }
 .AnyTagClassName
 {
   color: #C77C1F;
 }
</style>
background-color css

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

 a { background-color: rgb(199,124,31); }

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

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

 span { border-color: rgb(199,124,31); }

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