Html Css Color HEX #481C0A Brown Pod

📋 copy color: '#481C0A'

red 72 ◦ green 28 ◦ blue 10

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

Shades of Brown Pod #481C0A

Tints of Brown Pod #481C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.45%

 BLUE value IS 10 (4.3% from 255) = 9.09%

R = 65.45%
G = 25.45%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#481C0A (or 0x481C0A) is known color: Brown Pod. HEX triplet: 48, 1C and 0A. RGB value is (72,28,10). Sum of RGB (Red+Green+Blue) = 72+28+10=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C0A is #B7E3F5. Grayscale: #272727. Windows color (decimal): -12051446 or 662600. OLE color: 662600.

HSL color Cylindrical-coordinate representation of color #481C0A: hue angle of 17.42º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481C0A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 10 -
CMYK 0 0.61 0.86 0.72
HSL 17.42º 0.76% 0.16% -
HSV(B) 17.42º 0.86% 0.28% -
XYZ 3.14 2.23 0.55 -
YUV 39.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 72 28 10 0 0.61 0.86 0.72 17.42 0.76 0.16
Hex 48 1C A 0 3D 56 48 11 4C 10
Octal 110 34 12 0 75 126 110 21 114 20
Binary 1001000 11100 1010 0 111101 1010110 1001000 10001 1001100 10000

Color Harmonies of #481C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C0A

Black with #481C0A

Text Example


Text Example

White with #481C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,28,10); }

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

background-color css

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

 a { background-color: rgb(72,28,10); }

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

border-color css

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

 span { border-color: rgb(72,28,10); }

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