Html Css Color HEX #C77C1E Ochre

📋 copy color: '#C77C1E'

red 199 ◦ green 124 ◦ blue 30

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

Shades of Ochre #C77C1E

Tints of Ochre #C77C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 56.37%
G = 35.13%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C77C1E (or 0xC77C1E) is known color: Ochre. HEX triplet: C7, 7C and 1E. RGB value is (199,124,30). Sum of RGB (Red+Green+Blue) = 199+124+30=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C1E is #3883E1. Grayscale: #888888. Windows color (decimal): -3703778 or 1998023. OLE color: 1998023.

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

Color convert

RGB 199 124 30 -
CMYK 0 0.38 0.85 0.22
HSL 33.37º 0.74% 0.45% -
HSV(B) 33.37º 0.85% 0.78% -
XYZ 31 26.65 4.74 -
YUV 135.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 199 124 30 0 0.38 0.85 0.22 33.37 0.74 0.45
Hex C7 7C 1E 0 26 55 16 21 4A 2D
Octal 307 174 36 0 46 125 26 41 112 55
Binary 11000111 1111100 11110 0 100110 1010101 10110 100001 1001010 101101

Color Harmonies of #C77C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C1E

Black with #C77C1E

Text Example


Text Example

White with #C77C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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