Html Css Color HEX #48251A Brown Pod

📋 copy color: '#48251A'

red 72 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #48251A

Tints of Brown Pod #48251A

RGB

 RED value IS 72 (28.52% from 255) = 53.33%

 GREEN value IS 37 (14.84% from 255) = 27.41%

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

R = 53.33%
G = 27.41%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48251A (or 0x48251A) is known color: Brown Pod. HEX triplet: 48, 25 and 1A. RGB value is (72,37,26). Sum of RGB (Red+Green+Blue) = 72+37+26=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48251A is #B7DAE5. Grayscale: #2E2E2E. Windows color (decimal): -12049126 or 1713480. OLE color: 1713480.

HSL color Cylindrical-coordinate representation of color #48251A: hue angle of 14.35º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48251A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 26 -
CMYK 0 0.49 0.64 0.72
HSL 14.35º 0.47% 0.19% -
HSV(B) 14.35º 0.64% 0.28% -
XYZ 3.52 2.78 1.33 -
YUV 46.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 72 37 26 0 0.49 0.64 0.72 14.35 0.47 0.19
Hex 48 25 1A 0 31 40 48 E 2F 13
Octal 110 45 32 0 61 100 110 16 57 23
Binary 1001000 100101 11010 0 110001 1000000 1001000 1110 101111 10011

Color Harmonies of #48251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48251A

Black with #48251A

Text Example


Text Example

White with #48251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48251A; }

 p { color: rgb(72,37,26); }

 H1.HeaderClassName
 {
   color: #48251A;
 }
 .AnyTagClassName
 {
   color: #48251A;
 }
</style>

background-color css

<style>
 a { background-color: #48251A; }

 a { background-color: rgb(72,37,26); }

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

border-color css

<style>
 span { border-color: #48251A; }

 span { border-color: rgb(72,37,26); }

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