Html Css Color HEX #775312 Raw Umber

📋 copy color: '#775312'

red 119 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #775312

Tints of Raw Umber #775312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 54.09%
G = 37.73%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#775312 (or 0x775312) is known color: Raw Umber. HEX triplet: 77, 53 and 12. RGB value is (119,83,18). Sum of RGB (Red+Green+Blue) = 119+83+18=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #775312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775312 is #88ACED. Grayscale: #565656. Windows color (decimal): -8957166 or 1201015. OLE color: 1201015.

HSL color Cylindrical-coordinate representation of color #775312: hue angle of 38.61º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #775312 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 18 -
CMYK 0 0.30 0.85 0.53
HSL 38.61º 0.74% 0.27% -
HSV(B) 38.61º 0.85% 0.47% -
XYZ 10.81 10.15 1.96 -
YUV 86.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 119 83 18 0 0.30 0.85 0.53 38.61 0.74 0.27
Hex 77 53 12 0 1E 55 35 27 4A 1B
Octal 167 123 22 0 36 125 65 47 112 33
Binary 1110111 1010011 10010 0 11110 1010101 110101 100111 1001010 11011

Color Harmonies of #775312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775312

Black with #775312

Text Example


Text Example

White with #775312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775312; }

 p { color: rgb(119,83,18); }

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

background-color css

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

 a { background-color: rgb(119,83,18); }

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

border-color css

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

 span { border-color: rgb(119,83,18); }

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