Html Css Color HEX #4B1A08 Brown Pod

📋 copy color: '#4B1A08'

red 75 ◦ green 26 ◦ blue 8

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

Shades of Brown Pod #4B1A08

Tints of Brown Pod #4B1A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.85%

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 68.81%
G = 23.85%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B1A08 (or 0x4B1A08) is known color: Brown Pod. HEX triplet: 4B, 1A and 08. RGB value is (75,26,8). Sum of RGB (Red+Green+Blue) = 75+26+8=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1A08 is #B4E5F7. Grayscale: #262626. Windows color (decimal): -11855352 or 531019. OLE color: 531019.

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

Color convert

RGB 75 26 8 -
CMYK 0 0.65 0.89 0.71
HSL 16.12º 0.81% 0.16% -
HSV(B) 16.12º 0.89% 0.29% -
XYZ 3.31 2.25 0.49 -
YUV 38.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 75 26 8 0 0.65 0.89 0.71 16.12 0.81 0.16
Hex 4B 1A 8 0 41 59 47 10 51 10
Octal 113 32 10 0 101 131 107 20 121 20
Binary 1001011 11010 1000 0 1000001 1011001 1000111 10000 1010001 10000

Color Harmonies of #4B1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1A08

Black with #4B1A08

Text Example


Text Example

White with #4B1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,26,8); }

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

background-color css

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

 a { background-color: rgb(75,26,8); }

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

border-color css

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

 span { border-color: rgb(75,26,8); }

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