Html Css Color HEX #703D02 Raw Umber

📋 copy color: '#703D02'

red 112 ◦ green 61 ◦ blue 2

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

Shades of Raw Umber #703D02

Tints of Raw Umber #703D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 64%
G = 34.86%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#703D02 (or 0x703D02) is known color: Raw Umber. HEX triplet: 70, 3D and 02. RGB value is (112,61,2). Sum of RGB (Red+Green+Blue) = 112+61+2=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #703D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D02 is #8FC2FD. Grayscale: #454545. Windows color (decimal): -9421566 or 146800. OLE color: 146800.

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

Color convert

RGB 112 61 2 -
CMYK 0 0.46 0.98 0.56
HSL 32.18º 0.96% 0.22% -
HSV(B) 32.18º 0.98% 0.44% -
XYZ 8.36 6.79 0.93 -
YUV 69.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 112 61 2 0 0.46 0.98 0.56 32.18 0.96 0.22
Hex 70 3D 2 0 2E 62 38 20 60 16
Octal 160 75 2 0 56 142 70 40 140 26
Binary 1110000 111101 10 0 101110 1100010 111000 100000 1100000 10110

Color Harmonies of #703D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D02

Black with #703D02

Text Example


Text Example

White with #703D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703D02; }

 p { color: rgb(112,61,2); }

 H1.HeaderClassName
 {
   color: #703D02;
 }
 .AnyTagClassName
 {
   color: #703D02;
 }
</style>

background-color css

<style>
 a { background-color: #703D02; }

 a { background-color: rgb(112,61,2); }

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

border-color css

<style>
 span { border-color: #703D02; }

 span { border-color: rgb(112,61,2); }

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