Html Css Color HEX #C77B1C Ochre

📋 copy color: '#C77B1C'

red 199 ◦ green 123 ◦ blue 28

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

Shades of Ochre #C77B1C

Tints of Ochre #C77B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 56.86%
G = 35.14%
B = 8%

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

#C77B1C (or 0xC77B1C) is known color: Ochre. HEX triplet: C7, 7B and 1C. RGB value is (199,123,28). Sum of RGB (Red+Green+Blue) = 199+123+28=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B1C is #3884E3. Grayscale: #878787. Windows color (decimal): -3704036 or 1866695. OLE color: 1866695.

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

Color convert

RGB 199 123 28 -
CMYK 0 0.38 0.86 0.22
HSL 33.33º 0.75% 0.45% -
HSV(B) 33.33º 0.86% 0.78% -
XYZ 30.85 26.39 4.57 -
YUV 134.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 199 123 28 0 0.38 0.86 0.22 33.33 0.75 0.45
Hex C7 7B 1C 0 26 56 16 21 4B 2D
Octal 307 173 34 0 46 126 26 41 113 55
Binary 11000111 1111011 11100 0 100110 1010110 10110 100001 1001011 101101

Color Harmonies of #C77B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77B1C

Black with #C77B1C

Text Example


Text Example

White with #C77B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77B1C; }

 p { color: rgb(199,123,28); }

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

background-color css

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

 a { background-color: rgb(199,123,28); }

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

border-color css

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

 span { border-color: rgb(199,123,28); }

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