Html Css Color HEX #481F02 Brown Pod

📋 copy color: '#481F02'

red 72 ◦ green 31 ◦ blue 2

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

Shades of Brown Pod #481F02

Tints of Brown Pod #481F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.52%

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

R = 68.57%
G = 29.52%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481F02 (or 0x481F02) is known color: Brown Pod. HEX triplet: 48, 1F and 02. RGB value is (72,31,2). Sum of RGB (Red+Green+Blue) = 72+31+2=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F02 is #B7E0FD. Grayscale: #282828. Windows color (decimal): -12050686 or 139080. OLE color: 139080.

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

Color convert

RGB 72 31 2 -
CMYK 0 0.57 0.97 0.72
HSL 24.86º 0.95% 0.15% -
HSV(B) 24.86º 0.97% 0.28% -
XYZ 3.17 2.36 0.35 -
YUV 39.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 72 31 2 0 0.57 0.97 0.72 24.86 0.95 0.15
Hex 48 1F 2 0 39 61 48 19 5F F
Octal 110 37 2 0 71 141 110 31 137 17
Binary 1001000 11111 10 0 111001 1100001 1001000 11001 1011111 1111

Color Harmonies of #481F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F02

Black with #481F02

Text Example


Text Example

White with #481F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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