Html Css Color HEX #735D0D Raw Umber

📋 copy color: '#735D0D'

red 115 ◦ green 93 ◦ blue 13

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

Shades of Raw Umber #735D0D

Tints of Raw Umber #735D0D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.08%

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

R = 52.04%
G = 42.08%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#735D0D (or 0x735D0D) is known color: Raw Umber. HEX triplet: 73, 5D and 0D. RGB value is (115,93,13). Sum of RGB (Red+Green+Blue) = 115+93+13=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #735D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D0D is #8CA2F2. Grayscale: #5A5A5A. Windows color (decimal): -9216755 or 875891. OLE color: 875891.

HSL color Cylindrical-coordinate representation of color #735D0D: hue angle of 47.06º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #735D0D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 93 13 -
CMYK 0 0.19 0.89 0.55
HSL 47.06º 0.8% 0.25% -
HSV(B) 47.06º 0.89% 0.45% -
XYZ 11.06 11.5 2.02 -
YUV 90.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 115 93 13 0 0.19 0.89 0.55 47.06 0.8 0.25
Hex 73 5D D 0 13 59 37 2F 50 19
Octal 163 135 15 0 23 131 67 57 120 31
Binary 1110011 1011101 1101 0 10011 1011001 110111 101111 1010000 11001

Color Harmonies of #735D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D0D

Black with #735D0D

Text Example


Text Example

White with #735D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,93,13); }

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

background-color css

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

 a { background-color: rgb(115,93,13); }

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

border-color css

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

 span { border-color: rgb(115,93,13); }

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