Html Css Color HEX #C77E1B Ochre

📋 copy color: '#C77E1B'

red 199 ◦ green 126 ◦ blue 27

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

Shades of Ochre #C77E1B

Tints of Ochre #C77E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 56.53%
G = 35.8%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C77E1B (or 0xC77E1B) is known color: Ochre. HEX triplet: C7, 7E and 1B. RGB value is (199,126,27). Sum of RGB (Red+Green+Blue) = 199+126+27=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E1B is #3881E4. Grayscale: #898989. Windows color (decimal): -3703269 or 1801927. OLE color: 1801927.

HSL color Cylindrical-coordinate representation of color #C77E1B: hue angle of 34.53º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C77E1B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 126 27 -
CMYK 0 0.37 0.86 0.22
HSL 34.53º 0.76% 0.44% -
HSV(B) 34.53º 0.86% 0.78% -
XYZ 31.21 27.14 4.63 -
YUV 136.54 66.18 172.55 -
System Red Green Blue C M Y K H S L
Decimal 199 126 27 0 0.37 0.86 0.22 34.53 0.76 0.44
Hex C7 7E 1B 0 25 56 16 23 4C 2C
Octal 307 176 33 0 45 126 26 43 114 54
Binary 11000111 1111110 11011 0 100101 1010110 10110 100011 1001100 101100

Color Harmonies of #C77E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E1B

Black with #C77E1B

Text Example


Text Example

White with #C77E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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