Html Css Color HEX #C77D1F Ochre

📋 copy color: '#C77D1F'

red 199 ◦ green 125 ◦ blue 31

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

Shades of Ochre #C77D1F

Tints of Ochre #C77D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 56.06%
G = 35.21%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C77D1F (or 0xC77D1F) is known color: Ochre. HEX triplet: C7, 7D and 1F. RGB value is (199,125,31). Sum of RGB (Red+Green+Blue) = 199+125+31=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D1F is #3882E0. Grayscale: #888888. Windows color (decimal): -3703521 or 2063815. OLE color: 2063815.

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

Color convert

RGB 199 125 31 -
CMYK 0 0.37 0.84 0.22
HSL 33.57º 0.73% 0.45% -
HSV(B) 33.57º 0.84% 0.78% -
XYZ 31.13 26.91 4.85 -
YUV 136.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 199 125 31 0 0.37 0.84 0.22 33.57 0.73 0.45
Hex C7 7D 1F 0 25 54 16 22 49 2D
Octal 307 175 37 0 45 124 26 42 111 55
Binary 11000111 1111101 11111 0 100101 1010100 10110 100010 1001001 101101

Color Harmonies of #C77D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D1F

Black with #C77D1F

Text Example


Text Example

White with #C77D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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