Html Css Color HEX #70530F Raw Umber

📋 copy color: '#70530F'

red 112 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #70530F

Tints of Raw Umber #70530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 53.33%
G = 39.52%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70530F (or 0x70530F) is known color: Raw Umber. HEX triplet: 70, 53 and 0F. RGB value is (112,83,15). Sum of RGB (Red+Green+Blue) = 112+83+15=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70530F is #8FACF0. Grayscale: #545454. Windows color (decimal): -9415921 or 1004400. OLE color: 1004400.

HSL color Cylindrical-coordinate representation of color #70530F: hue angle of 42.06º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70530F is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 15 -
CMYK 0 0.26 0.87 0.56
HSL 42.06º 0.76% 0.25% -
HSV(B) 42.06º 0.87% 0.44% -
XYZ 9.86 9.67 1.8 -
YUV 83.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 112 83 15 0 0.26 0.87 0.56 42.06 0.76 0.25
Hex 70 53 F 0 1A 57 38 2A 4C 19
Octal 160 123 17 0 32 127 70 52 114 31
Binary 1110000 1010011 1111 0 11010 1010111 111000 101010 1001100 11001

Color Harmonies of #70530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70530F

Black with #70530F

Text Example


Text Example

White with #70530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70530F; }

 p { color: rgb(112,83,15); }

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

background-color css

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

 a { background-color: rgb(112,83,15); }

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

border-color css

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

 span { border-color: rgb(112,83,15); }

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