Html Css Color HEX #C77C1B Ochre

📋 copy color: '#C77C1B'

red 199 ◦ green 124 ◦ blue 27

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

Shades of Ochre #C77C1B

Tints of Ochre #C77C1B

RGB

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

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

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

R = 56.86%
G = 35.43%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C77C1B (or 0xC77C1B) is known color: Ochre. HEX triplet: C7, 7C and 1B. RGB value is (199,124,27). Sum of RGB (Red+Green+Blue) = 199+124+27=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C1B is #3883E4. Grayscale: #878787. Windows color (decimal): -3703781 or 1801415. OLE color: 1801415.

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

Color convert

RGB 199 124 27 -
CMYK 0 0.38 0.86 0.22
HSL 33.84º 0.76% 0.44% -
HSV(B) 33.84º 0.86% 0.78% -
XYZ 30.96 26.64 4.55 -
YUV 135.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 199 124 27 0 0.38 0.86 0.22 33.84 0.76 0.44
Hex C7 7C 1B 0 26 56 16 22 4C 2C
Octal 307 174 33 0 46 126 26 42 114 54
Binary 11000111 1111100 11011 0 100110 1010110 10110 100010 1001100 101100

Color Harmonies of #C77C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C1B

Black with #C77C1B

Text Example


Text Example

White with #C77C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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