Html Css Color HEX #705A0D Raw Umber

📋 copy color: '#705A0D'

red 112 ◦ green 90 ◦ blue 13

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

Shades of Raw Umber #705A0D

Tints of Raw Umber #705A0D

RGB

 RED value IS 112 (44.14% from 255) = 52.09%

 GREEN value IS 90 (35.55% from 255) = 41.86%

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

R = 52.09%
G = 41.86%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#705A0D (or 0x705A0D) is known color: Raw Umber. HEX triplet: 70, 5A and 0D. RGB value is (112,90,13). Sum of RGB (Red+Green+Blue) = 112+90+13=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A0D is #8FA5F2. Grayscale: #585858. Windows color (decimal): -9414131 or 875120. OLE color: 875120.

HSL color Cylindrical-coordinate representation of color #705A0D: hue angle of 46.67º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #705A0D is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 13 -
CMYK 0 0.20 0.88 0.56
HSL 46.67º 0.79% 0.25% -
HSV(B) 46.67º 0.88% 0.44% -
XYZ 10.41 10.79 1.91 -
YUV 87.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 112 90 13 0 0.20 0.88 0.56 46.67 0.79 0.25
Hex 70 5A D 0 14 58 38 2F 4F 19
Octal 160 132 15 0 24 130 70 57 117 31
Binary 1110000 1011010 1101 0 10100 1011000 111000 101111 1001111 11001

Color Harmonies of #705A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A0D

Black with #705A0D

Text Example


Text Example

White with #705A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705A0D; }

 p { color: rgb(112,90,13); }

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

background-color css

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

 a { background-color: rgb(112,90,13); }

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

border-color css

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

 span { border-color: rgb(112,90,13); }

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