Html Css Color HEX #705A01 Raw Umber

📋 copy color: '#705A01'

red 112 ◦ green 90 ◦ blue 1

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

Shades of Raw Umber #705A01

Tints of Raw Umber #705A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 55.17%
G = 44.33%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705A01 (or 0x705A01) is known color: Raw Umber. HEX triplet: 70, 5A and 01. RGB value is (112,90,1). Sum of RGB (Red+Green+Blue) = 112+90+1=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A01 is #8FA5FE. Grayscale: #565656. Windows color (decimal): -9414143 or 88688. OLE color: 88688.

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

Color convert

RGB 112 90 1 -
CMYK 0 0.20 0.99 0.56
HSL 48.11º 0.98% 0.22% -
HSV(B) 48.11º 0.99% 0.44% -
XYZ 10.34 10.76 1.56 -
YUV 86.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 112 90 1 0 0.20 0.99 0.56 48.11 0.98 0.22
Hex 70 5A 1 0 14 63 38 30 62 16
Octal 160 132 1 0 24 143 70 60 142 26
Binary 1110000 1011010 1 0 10100 1100011 111000 110000 1100010 10110

Color Harmonies of #705A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A01

Black with #705A01

Text Example


Text Example

White with #705A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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