Html Css Color HEX #481A17 Red Oxide

📋 copy color: '#481A17'

red 72 ◦ green 26 ◦ blue 23

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

Shades of Red Oxide #481A17

Tints of Red Oxide #481A17

RGB

 RED value IS 72 (28.52% from 255) = 59.5%

 GREEN value IS 26 (10.55% from 255) = 21.49%

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 59.5%
G = 21.49%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481A17 (or 0x481A17) is known color: Red Oxide. HEX triplet: 48, 1A and 17. RGB value is (72,26,23). Sum of RGB (Red+Green+Blue) = 72+26+23=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A17 is #B7E5E8. Grayscale: #272727. Windows color (decimal): -12051945 or 1514056. OLE color: 1514056.

HSL color Cylindrical-coordinate representation of color #481A17: hue angle of 3.67º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481A17 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 23 -
CMYK 0 0.64 0.68 0.72
HSL 3.67º 0.52% 0.19% -
HSV(B) 3.67º 0.68% 0.28% -
XYZ 3.2 2.18 1.06 -
YUV 39.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 72 26 23 0 0.64 0.68 0.72 3.67 0.52 0.19
Hex 48 1A 17 0 40 44 48 4 34 13
Octal 110 32 27 0 100 104 110 4 64 23
Binary 1001000 11010 10111 0 1000000 1000100 1001000 100 110100 10011

Color Harmonies of #481A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A17

Black with #481A17

Text Example


Text Example

White with #481A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481A17; }

 p { color: rgb(72,26,23); }

 H1.HeaderClassName
 {
   color: #481A17;
 }
 .AnyTagClassName
 {
   color: #481A17;
 }
</style>

background-color css

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

 a { background-color: rgb(72,26,23); }

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

border-color css

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

 span { border-color: rgb(72,26,23); }

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