Html Css Color HEX #773502 Raw Umber

📋 copy color: '#773502'

red 119 ◦ green 53 ◦ blue 2

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

Shades of Raw Umber #773502

Tints of Raw Umber #773502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 68.39%
G = 30.46%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#773502 (or 0x773502) is known color: Raw Umber. HEX triplet: 77, 35 and 02. RGB value is (119,53,2). Sum of RGB (Red+Green+Blue) = 119+53+2=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #773502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773502 is #88CAFD. Grayscale: #434343. Windows color (decimal): -8964862 or 144759. OLE color: 144759.

HSL color Cylindrical-coordinate representation of color #773502: hue angle of 26.15º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #773502 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 2 -
CMYK 0 0.55 0.98 0.53
HSL 26.15º 0.97% 0.24% -
HSV(B) 26.15º 0.98% 0.47% -
XYZ 8.89 6.47 0.84 -
YUV 66.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 119 53 2 0 0.55 0.98 0.53 26.15 0.97 0.24
Hex 77 35 2 0 37 62 35 1A 61 18
Octal 167 65 2 0 67 142 65 32 141 30
Binary 1110111 110101 10 0 110111 1100010 110101 11010 1100001 11000

Color Harmonies of #773502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773502

Black with #773502

Text Example


Text Example

White with #773502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773502; }

 p { color: rgb(119,53,2); }

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

background-color css

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

 a { background-color: rgb(119,53,2); }

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

border-color css

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

 span { border-color: rgb(119,53,2); }

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