Html Css Color HEX #62480F Raw Umber

📋 copy color: '#62480F'

red 98 ◦ green 72 ◦ blue 15

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

Shades of Raw Umber #62480F

Tints of Raw Umber #62480F

RGB

 RED value IS 98 (38.67% from 255) = 52.97%

 GREEN value IS 72 (28.52% from 255) = 38.92%

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

R = 52.97%
G = 38.92%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62480F (or 0x62480F) is known color: Raw Umber. HEX triplet: 62, 48 and 0F. RGB value is (98,72,15). Sum of RGB (Red+Green+Blue) = 98+72+15=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #62480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62480F is #9DB7F0. Grayscale: #494949. Windows color (decimal): -10336241 or 1001570. OLE color: 1001570.

HSL color Cylindrical-coordinate representation of color #62480F: hue angle of 41.2º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62480F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 72 15 -
CMYK 0 0.27 0.85 0.62
HSL 41.2º 0.73% 0.22% -
HSV(B) 41.2º 0.85% 0.38% -
XYZ 7.44 7.27 1.46 -
YUV 73.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 98 72 15 0 0.27 0.85 0.62 41.2 0.73 0.22
Hex 62 48 F 0 1B 55 3E 29 49 16
Octal 142 110 17 0 33 125 76 51 111 26
Binary 1100010 1001000 1111 0 11011 1010101 111110 101001 1001001 10110

Color Harmonies of #62480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62480F

Black with #62480F

Text Example


Text Example

White with #62480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,72,15); }

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

background-color css

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

 a { background-color: rgb(98,72,15); }

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

border-color css

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

 span { border-color: rgb(98,72,15); }

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