Html Css Color HEX #4B2313 Brown Pod

📋 copy color: '#4B2313'

red 75 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #4B2313

Tints of Brown Pod #4B2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.13%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 58.14%
G = 27.13%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B2313 (or 0x4B2313) is known color: Brown Pod. HEX triplet: 4B, 23 and 13. RGB value is (75,35,19). Sum of RGB (Red+Green+Blue) = 75+35+19=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2313 is #B4DCEC. Grayscale: #2D2D2D. Windows color (decimal): -11853037 or 1254219. OLE color: 1254219.

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

Color convert

RGB 75 35 19 -
CMYK 0 0.53 0.75 0.71
HSL 17.14º 0.6% 0.18% -
HSV(B) 17.14º 0.75% 0.29% -
XYZ 3.62 2.74 0.96 -
YUV 45.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 75 35 19 0 0.53 0.75 0.71 17.14 0.6 0.18
Hex 4B 23 13 0 35 4B 47 11 3C 12
Octal 113 43 23 0 65 113 107 21 74 22
Binary 1001011 100011 10011 0 110101 1001011 1000111 10001 111100 10010

Color Harmonies of #4B2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2313

Black with #4B2313

Text Example


Text Example

White with #4B2313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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