Html Css Color HEX #703C02 Raw Umber

📋 copy color: '#703C02'

red 112 ◦ green 60 ◦ blue 2

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

Shades of Raw Umber #703C02

Tints of Raw Umber #703C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.48%

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

R = 64.37%
G = 34.48%
B = 1.15%

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

#703C02 (or 0x703C02) is known color: Raw Umber. HEX triplet: 70, 3C and 02. RGB value is (112,60,2). Sum of RGB (Red+Green+Blue) = 112+60+2=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C02 is #8FC3FD. Grayscale: #454545. Windows color (decimal): -9421822 or 146544. OLE color: 146544.

HSL color Cylindrical-coordinate representation of color #703C02: hue angle of 31.64º 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 #703C02 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 60 2 -
CMYK 0 0.46 0.98 0.56
HSL 31.64º 0.96% 0.22% -
HSV(B) 31.64º 0.98% 0.44% -
XYZ 8.31 6.68 0.91 -
YUV 68.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 112 60 2 0 0.46 0.98 0.56 31.64 0.96 0.22
Hex 70 3C 2 0 2E 62 38 20 60 16
Octal 160 74 2 0 56 142 70 40 140 26
Binary 1110000 111100 10 0 101110 1100010 111000 100000 1100000 10110

Color Harmonies of #703C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C02

Black with #703C02

Text Example


Text Example

White with #703C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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