Html Css Color HEX #481C05 Brown Pod

📋 copy color: '#481C05'

red 72 ◦ green 28 ◦ blue 5

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

Shades of Brown Pod #481C05

Tints of Brown Pod #481C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.67%

 BLUE value IS 5 (2.34% from 255) = 4.76%

R = 68.57%
G = 26.67%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#481C05 (or 0x481C05) is known color: Brown Pod. HEX triplet: 48, 1C and 05. RGB value is (72,28,5). Sum of RGB (Red+Green+Blue) = 72+28+5=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C05 is #B7E3FA. Grayscale: #262626. Windows color (decimal): -12051451 or 334920. OLE color: 334920.

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

Color convert

RGB 72 28 5 -
CMYK 0 0.61 0.93 0.72
HSL 20.6º 0.87% 0.15% -
HSV(B) 20.6º 0.93% 0.28% -
XYZ 3.12 2.22 0.41 -
YUV 38.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 72 28 5 0 0.61 0.93 0.72 20.6 0.87 0.15
Hex 48 1C 5 0 3D 5D 48 15 57 F
Octal 110 34 5 0 75 135 110 25 127 17
Binary 1001000 11100 101 0 111101 1011101 1001000 10101 1010111 1111

Color Harmonies of #481C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C05

Black with #481C05

Text Example


Text Example

White with #481C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,28,5); }

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

background-color css

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

 a { background-color: rgb(72,28,5); }

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

border-color css

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

 span { border-color: rgb(72,28,5); }

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