Html Css Color HEX #4B1301 Brown Pod

📋 copy color: '#4B1301'

red 75 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #4B1301

Tints of Brown Pod #4B1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 78.95%
G = 20%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4B1301 (or 0x4B1301) is known color: Brown Pod. HEX triplet: 4B, 13 and 01. RGB value is (75,19,1). Sum of RGB (Red+Green+Blue) = 75+19+1=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1301 is #B4ECFE. Grayscale: #212121. Windows color (decimal): -11857151 or 70475. OLE color: 70475.

HSL color Cylindrical-coordinate representation of color #4B1301: hue angle of 14.59º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B1301 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 19 1 -
CMYK 0 0.75 0.99 0.71
HSL 14.59º 0.97% 0.15% -
HSV(B) 14.59º 0.99% 0.29% -
XYZ 3.14 1.96 0.24 -
YUV 33.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 75 19 1 0 0.75 0.99 0.71 14.59 0.97 0.15
Hex 4B 13 1 0 4B 63 47 F 61 F
Octal 113 23 1 0 113 143 107 17 141 17
Binary 1001011 10011 1 0 1001011 1100011 1000111 1111 1100001 1111

Color Harmonies of #4B1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1301

Black with #4B1301

Text Example


Text Example

White with #4B1301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,19,1); }

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

background-color css

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

 a { background-color: rgb(75,19,1); }

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

border-color css

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

 span { border-color: rgb(75,19,1); }

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