Html Css Color HEX #481F03 Brown Pod

📋 copy color: '#481F03'

red 72 ◦ green 31 ◦ blue 3

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

Shades of Brown Pod #481F03

Tints of Brown Pod #481F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.83%

R = 67.92%
G = 29.25%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#481F03 (or 0x481F03) is known color: Brown Pod. HEX triplet: 48, 1F and 03. RGB value is (72,31,3). Sum of RGB (Red+Green+Blue) = 72+31+3=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F03 is #B7E0FC. Grayscale: #282828. Windows color (decimal): -12050685 or 204616. OLE color: 204616.

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

Color convert

RGB 72 31 3 -
CMYK 0 0.57 0.96 0.72
HSL 24.35º 0.92% 0.15% -
HSV(B) 24.35º 0.96% 0.28% -
XYZ 3.18 2.36 0.37 -
YUV 40.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 72 31 3 0 0.57 0.96 0.72 24.35 0.92 0.15
Hex 48 1F 3 0 39 60 48 18 5C F
Octal 110 37 3 0 71 140 110 30 134 17
Binary 1001000 11111 11 0 111001 1100000 1001000 11000 1011100 1111

Color Harmonies of #481F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F03

Black with #481F03

Text Example


Text Example

White with #481F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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