Html Css Color HEX #481B02 Brown Pod

📋 copy color: '#481B02'

red 72 ◦ green 27 ◦ blue 2

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

Shades of Brown Pod #481B02

Tints of Brown Pod #481B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.98%

R = 71.29%
G = 26.73%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481B02 (or 0x481B02) is known color: Brown Pod. HEX triplet: 48, 1B and 02. RGB value is (72,27,2). Sum of RGB (Red+Green+Blue) = 72+27+2=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B02 is #B7E4FD. Grayscale: #252525. Windows color (decimal): -12051710 or 138056. OLE color: 138056.

HSL color Cylindrical-coordinate representation of color #481B02: hue angle of 21.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #481B02 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 2 -
CMYK 0 0.62 0.97 0.72
HSL 21.43º 0.95% 0.15% -
HSV(B) 21.43º 0.97% 0.28% -
XYZ 3.08 2.17 0.31 -
YUV 37.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 72 27 2 0 0.62 0.97 0.72 21.43 0.95 0.15
Hex 48 1B 2 0 3E 61 48 15 5F F
Octal 110 33 2 0 76 141 110 25 137 17
Binary 1001000 11011 10 0 111110 1100001 1001000 10101 1011111 1111

Color Harmonies of #481B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B02

Black with #481B02

Text Example


Text Example

White with #481B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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