Html Css Color HEX #48363E Barossa

📋 copy color: '#48363E'

red 72 ◦ green 54 ◦ blue 62

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

Shades of Barossa #48363E

Tints of Barossa #48363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

 BLUE value IS 62 (24.61% from 255) = 32.98%

R = 38.3%
G = 28.72%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48363E (or 0x48363E) is known color: Barossa. HEX triplet: 48, 36 and 3E. RGB value is (72,54,62). Sum of RGB (Red+Green+Blue) = 72+54+62=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #48363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48363E is #B7C9C1. Grayscale: #3C3C3C. Windows color (decimal): -12044738 or 4077128. OLE color: 4077128.

HSL color Cylindrical-coordinate representation of color #48363E: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48363E is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 62 -
CMYK 0 0.25 0.14 0.72
HSL 333.33º 0.14% 0.25% -
HSV(B) 333.33º 0.25% 0.28% -
XYZ 4.86 4.36 5.14 -
YUV 60.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 72 54 62 0 0.25 0.14 0.72 333.33 0.14 0.25
Hex 48 36 3E 0 19 E 48 14D E 19
Octal 110 66 76 0 31 16 110 515 16 31
Binary 1001000 110110 111110 0 11001 1110 1001000 101001101 1110 11001

Color Harmonies of #48363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48363E

Black with #48363E

Text Example


Text Example

White with #48363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48363E; }

 p { color: rgb(72,54,62); }

 H1.HeaderClassName
 {
   color: #48363E;
 }
 .AnyTagClassName
 {
   color: #48363E;
 }
</style>

background-color css

<style>
 a { background-color: #48363E; }

 a { background-color: rgb(72,54,62); }

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

border-color css

<style>
 span { border-color: #48363E; }

 span { border-color: rgb(72,54,62); }

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