Html Css Color HEX #735B0B Raw Umber

📋 copy color: '#735B0B'

red 115 ◦ green 91 ◦ blue 11

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

Shades of Raw Umber #735B0B

Tints of Raw Umber #735B0B

RGB

 RED value IS 115 (45.31% from 255) = 53%

 GREEN value IS 91 (35.94% from 255) = 41.94%

 BLUE value IS 11 (4.69% from 255) = 5.07%

R = 53%
G = 41.94%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#735B0B (or 0x735B0B) is known color: Raw Umber. HEX triplet: 73, 5B and 0B. RGB value is (115,91,11). Sum of RGB (Red+Green+Blue) = 115+91+11=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #735B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B0B is #8CA4F4. Grayscale: #595959. Windows color (decimal): -9217269 or 744307. OLE color: 744307.

HSL color Cylindrical-coordinate representation of color #735B0B: hue angle of 46.15º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #735B0B is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 91 11 -
CMYK 0 0.21 0.90 0.55
HSL 46.15º 0.83% 0.25% -
HSV(B) 46.15º 0.9% 0.45% -
XYZ 10.87 11.15 1.9 -
YUV 89.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 115 91 11 0 0.21 0.90 0.55 46.15 0.83 0.25
Hex 73 5B B 0 15 5A 37 2E 53 19
Octal 163 133 13 0 25 132 67 56 123 31
Binary 1110011 1011011 1011 0 10101 1011010 110111 101110 1010011 11001

Color Harmonies of #735B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735B0B

Black with #735B0B

Text Example


Text Example

White with #735B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735B0B; }

 p { color: rgb(115,91,11); }

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

background-color css

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

 a { background-color: rgb(115,91,11); }

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

border-color css

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

 span { border-color: rgb(115,91,11); }

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