Html Css Color HEX #4B1B01 Brown Pod

📋 copy color: '#4B1B01'

red 75 ◦ green 27 ◦ blue 1

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

Shades of Brown Pod #4B1B01

Tints of Brown Pod #4B1B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.21%

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

R = 72.82%
G = 26.21%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4B1B01 (or 0x4B1B01) is known color: Brown Pod. HEX triplet: 4B, 1B and 01. RGB value is (75,27,1). Sum of RGB (Red+Green+Blue) = 75+27+1=103 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.82% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1B01 is #B4E4FE. Grayscale: #262626. Windows color (decimal): -11855103 or 72523. OLE color: 72523.

HSL color Cylindrical-coordinate representation of color #4B1B01: hue angle of 21.08º 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 #4B1B01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 27 1 -
CMYK 0 0.64 0.99 0.71
HSL 21.08º 0.97% 0.15% -
HSV(B) 21.08º 0.99% 0.29% -
XYZ 3.3 2.28 0.3 -
YUV 38.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 75 27 1 0 0.64 0.99 0.71 21.08 0.97 0.15
Hex 4B 1B 1 0 40 63 47 15 61 F
Octal 113 33 1 0 100 143 107 25 141 17
Binary 1001011 11011 1 0 1000000 1100011 1000111 10101 1100001 1111

Color Harmonies of #4B1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1B01

Black with #4B1B01

Text Example


Text Example

White with #4B1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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