Html Css Color HEX #4B1805 Brown Pod

📋 copy color: '#4B1805'

red 75 ◦ green 24 ◦ blue 5

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

Shades of Brown Pod #4B1805

Tints of Brown Pod #4B1805

RGB

 RED value IS 75 (29.69% from 255) = 72.12%

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

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

R = 72.12%
G = 23.08%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#4B1805 (or 0x4B1805) is known color: Brown Pod. HEX triplet: 4B, 18 and 05. RGB value is (75,24,5). Sum of RGB (Red+Green+Blue) = 75+24+5=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1805 is #B4E7FA. Grayscale: #252525. Windows color (decimal): -11855867 or 333899. OLE color: 333899.

HSL color Cylindrical-coordinate representation of color #4B1805: hue angle of 16.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B1805 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 24 5 -
CMYK 0 0.68 0.93 0.71
HSL 16.29º 0.88% 0.16% -
HSV(B) 16.29º 0.93% 0.29% -
XYZ 3.26 2.16 0.39 -
YUV 37.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 75 24 5 0 0.68 0.93 0.71 16.29 0.88 0.16
Hex 4B 18 5 0 44 5D 47 10 58 10
Octal 113 30 5 0 104 135 107 20 130 20
Binary 1001011 11000 101 0 1000100 1011101 1000111 10000 1011000 10000

Color Harmonies of #4B1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1805

Black with #4B1805

Text Example


Text Example

White with #4B1805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B1805; }

 p { color: rgb(75,24,5); }

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

background-color css

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

 a { background-color: rgb(75,24,5); }

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

border-color css

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

 span { border-color: rgb(75,24,5); }

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