Html Css Color HEX #481B0A Brown Pod

📋 copy color: '#481B0A'

red 72 ◦ green 27 ◦ blue 10

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

Shades of Brown Pod #481B0A

Tints of Brown Pod #481B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.77%

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

R = 66.06%
G = 24.77%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#481B0A (or 0x481B0A) is known color: Brown Pod. HEX triplet: 48, 1B and 0A. RGB value is (72,27,10). Sum of RGB (Red+Green+Blue) = 72+27+10=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B0A is #B7E4F5. Grayscale: #262626. Windows color (decimal): -12051702 or 662344. OLE color: 662344.

HSL color Cylindrical-coordinate representation of color #481B0A: hue angle of 16.45º 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 #481B0A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 10 -
CMYK 0 0.62 0.86 0.72
HSL 16.45º 0.76% 0.16% -
HSV(B) 16.45º 0.86% 0.28% -
XYZ 3.12 2.18 0.54 -
YUV 38.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 72 27 10 0 0.62 0.86 0.72 16.45 0.76 0.16
Hex 48 1B A 0 3E 56 48 10 4C 10
Octal 110 33 12 0 76 126 110 20 114 20
Binary 1001000 11011 1010 0 111110 1010110 1001000 10000 1001100 10000

Color Harmonies of #481B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B0A

Black with #481B0A

Text Example


Text Example

White with #481B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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