Html Css Color HEX #C77E13 Ochre

📋 copy color: '#C77E13'

red 199 ◦ green 126 ◦ blue 19

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

Shades of Ochre #C77E13

Tints of Ochre #C77E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.63%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 57.85%
G = 36.63%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C77E13 (or 0xC77E13) is known color: Ochre. HEX triplet: C7, 7E and 13. RGB value is (199,126,19). Sum of RGB (Red+Green+Blue) = 199+126+19=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77E13 is #3881EC. Grayscale: #888888. Windows color (decimal): -3703277 or 1277639. OLE color: 1277639.

HSL color Cylindrical-coordinate representation of color #C77E13: hue angle of 35.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C77E13 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 126 19 -
CMYK 0 0.37 0.90 0.22
HSL 35.67º 0.83% 0.43% -
HSV(B) 35.67º 0.9% 0.78% -
XYZ 31.13 27.11 4.21 -
YUV 135.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 199 126 19 0 0.37 0.90 0.22 35.67 0.83 0.43
Hex C7 7E 13 0 25 5A 16 24 53 2B
Octal 307 176 23 0 45 132 26 44 123 53
Binary 11000111 1111110 10011 0 100101 1011010 10110 100100 1010011 101011

Color Harmonies of #C77E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E13

Black with #C77E13

Text Example


Text Example

White with #C77E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E13; }

 p { color: rgb(199,126,19); }

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

background-color css

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

 a { background-color: rgb(199,126,19); }

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

border-color css

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

 span { border-color: rgb(199,126,19); }

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