Html Css Color HEX #4B241A Brown Pod

📋 copy color: '#4B241A'

red 75 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #4B241A

Tints of Brown Pod #4B241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.28%

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 54.74%
G = 26.28%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B241A (or 0x4B241A) is known color: Brown Pod. HEX triplet: 4B, 24 and 1A. RGB value is (75,36,26). Sum of RGB (Red+Green+Blue) = 75+36+26=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B241A is #B4DBE5. Grayscale: #2E2E2E. Windows color (decimal): -11852774 or 1713227. OLE color: 1713227.

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

Color convert

RGB 75 36 26 -
CMYK 0 0.52 0.65 0.71
HSL 12.24º 0.49% 0.2% -
HSV(B) 12.24º 0.65% 0.29% -
XYZ 3.72 2.83 1.33 -
YUV 46.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 75 36 26 0 0.52 0.65 0.71 12.24 0.49 0.2
Hex 4B 24 1A 0 34 41 47 C 31 14
Octal 113 44 32 0 64 101 107 14 61 24
Binary 1001011 100100 11010 0 110100 1000001 1000111 1100 110001 10100

Color Harmonies of #4B241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B241A

Black with #4B241A

Text Example


Text Example

White with #4B241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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