#625202

Color #625202 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #625202

Tints of Raw Umber #625202

Color information

#625202 (or 0x625202) is unknown color: approx Raw Umber. HEX triplet: 62, 52 and 02. RGB value is (98,82,2). Sum of RGB (Red+Green+Blue) = 98+82+2=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #625202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625202 is #9DADFD. Grayscale: #4E4E4E. Windows color (decimal): -10333694 or 152162. OLE color: 152162.

HSL color Cylindrical-coordinate representation of color #625202: hue angle of 50º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #625202 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB98822-
CMYK00.160.980.62
HSL50º96%19.61%-
HSV(B)50º97.96%38.43%-
XYZ8.078.641.3-
YUV77.6685.3142.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.85%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=53.85%
G=45.05%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9882200.160.980.62509619.61
Hex62522010623E326014
Octal1421222020142766214024
Binary11000101010010100100001100010111110110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625202; }

 p { color: rgb(98,82,2); }

 H1.HeaderClassName
 {
   color: #625202;
 }
 .AnyTagClassName
 {
   color: #625202;
 }
</style>
background-color css

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

 a { background-color: rgb(98,82,2); }

 div.DivClassName
 {
   background-color: #625202;
 }
 .BgClassName
 {
   background-color: #625202;
 }
</style>
border-color css

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

 span { border-color: rgb(98,82,2); }

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