Html Css Color HEX #481812 Brown Pod

📋 copy color: '#481812'

red 72 ◦ green 24 ◦ blue 18

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

Shades of Brown Pod #481812

Tints of Brown Pod #481812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.05%

 BLUE value IS 18 (7.42% from 255) = 15.79%

R = 63.16%
G = 21.05%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#481812 (or 0x481812) is known color: Brown Pod. HEX triplet: 48, 18 and 12. RGB value is (72,24,18). Sum of RGB (Red+Green+Blue) = 72+24+18=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481812 is #B7E7ED. Grayscale: #252525. Windows color (decimal): -12052462 or 1185864. OLE color: 1185864.

HSL color Cylindrical-coordinate representation of color #481812: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481812 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 18 -
CMYK 0 0.67 0.75 0.72
HSL 6.67º 0.6% 0.18% -
HSV(B) 6.67º 0.75% 0.28% -
XYZ 3.11 2.07 0.81 -
YUV 37.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 72 24 18 0 0.67 0.75 0.72 6.67 0.6 0.18
Hex 48 18 12 0 43 4B 48 7 3C 12
Octal 110 30 22 0 103 113 110 7 74 22
Binary 1001000 11000 10010 0 1000011 1001011 1001000 111 111100 10010

Color Harmonies of #481812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481812

Black with #481812

Text Example


Text Example

White with #481812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481812; }

 p { color: rgb(72,24,18); }

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

background-color css

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

 a { background-color: rgb(72,24,18); }

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

border-color css

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

 span { border-color: rgb(72,24,18); }

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