Html Css Color HEX #773F0D Raw Umber

📋 copy color: '#773F0D'

red 119 ◦ green 63 ◦ blue 13

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

Shades of Raw Umber #773F0D

Tints of Raw Umber #773F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 32.31%

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

R = 61.03%
G = 32.31%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#773F0D (or 0x773F0D) is known color: Raw Umber. HEX triplet: 77, 3F and 0D. RGB value is (119,63,13). Sum of RGB (Red+Green+Blue) = 119+63+13=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #773F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F0D is #88C0F2. Grayscale: #4A4A4A. Windows color (decimal): -8962291 or 868215. OLE color: 868215.

HSL color Cylindrical-coordinate representation of color #773F0D: hue angle of 28.3º 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 #773F0D is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 13 -
CMYK 0 0.47 0.89 0.53
HSL 28.3º 0.8% 0.26% -
HSV(B) 28.3º 0.89% 0.47% -
XYZ 9.46 7.51 1.33 -
YUV 74.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 119 63 13 0 0.47 0.89 0.53 28.3 0.8 0.26
Hex 77 3F D 0 2F 59 35 1C 50 1A
Octal 167 77 15 0 57 131 65 34 120 32
Binary 1110111 111111 1101 0 101111 1011001 110101 11100 1010000 11010

Color Harmonies of #773F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F0D

Black with #773F0D

Text Example


Text Example

White with #773F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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