Html Css Color HEX #773C0D Raw Umber

📋 copy color: '#773C0D'

red 119 ◦ green 60 ◦ blue 13

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

Shades of Raw Umber #773C0D

Tints of Raw Umber #773C0D

RGB

 RED value IS 119 (46.88% from 255) = 61.98%

 GREEN value IS 60 (23.83% from 255) = 31.25%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 61.98%
G = 31.25%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#773C0D (or 0x773C0D) is known color: Raw Umber. HEX triplet: 77, 3C and 0D. RGB value is (119,60,13). Sum of RGB (Red+Green+Blue) = 119+60+13=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #773C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C0D is #88C3F2. Grayscale: #484848. Windows color (decimal): -8963059 or 867447. OLE color: 867447.

HSL color Cylindrical-coordinate representation of color #773C0D: hue angle of 26.6º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #773C0D is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 13 -
CMYK 0 0.50 0.89 0.53
HSL 26.6º 0.8% 0.26% -
HSV(B) 26.6º 0.89% 0.47% -
XYZ 9.3 7.18 1.28 -
YUV 72.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 119 60 13 0 0.50 0.89 0.53 26.6 0.8 0.26
Hex 77 3C D 0 32 59 35 1B 50 1A
Octal 167 74 15 0 62 131 65 33 120 32
Binary 1110111 111100 1101 0 110010 1011001 110101 11011 1010000 11010

Color Harmonies of #773C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C0D

Black with #773C0D

Text Example


Text Example

White with #773C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773C0D; }

 p { color: rgb(119,60,13); }

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

background-color css

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

 a { background-color: rgb(119,60,13); }

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

border-color css

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

 span { border-color: rgb(119,60,13); }

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