Html Css Color HEX #C77D1B Ochre

📋 copy color: '#C77D1B'

red 199 ◦ green 125 ◦ blue 27

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

Shades of Ochre #C77D1B

Tints of Ochre #C77D1B

RGB

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

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

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

R = 56.7%
G = 35.61%
B = 7.69%

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

#C77D1B (or 0xC77D1B) is known color: Ochre. HEX triplet: C7, 7D and 1B. RGB value is (199,125,27). Sum of RGB (Red+Green+Blue) = 199+125+27=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D1B is #3882E4. Grayscale: #888888. Windows color (decimal): -3703525 or 1801671. OLE color: 1801671.

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

Color convert

RGB 199 125 27 -
CMYK 0 0.37 0.86 0.22
HSL 34.19º 0.76% 0.44% -
HSV(B) 34.19º 0.86% 0.78% -
XYZ 31.08 26.89 4.59 -
YUV 135.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 199 125 27 0 0.37 0.86 0.22 34.19 0.76 0.44
Hex C7 7D 1B 0 25 56 16 22 4C 2C
Octal 307 175 33 0 45 126 26 42 114 54
Binary 11000111 1111101 11011 0 100101 1010110 10110 100010 1001100 101100

Color Harmonies of #C77D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D1B

Black with #C77D1B

Text Example


Text Example

White with #C77D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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