Html Css Color HEX #48383E Barossa

📋 copy color: '#48383E'

red 72 ◦ green 56 ◦ blue 62

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

Shades of Barossa #48383E

Tints of Barossa #48383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.47%

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

R = 37.89%
G = 29.47%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48383E (or 0x48383E) is known color: Barossa. HEX triplet: 48, 38 and 3E. RGB value is (72,56,62). Sum of RGB (Red+Green+Blue) = 72+56+62=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #48383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48383E is #B7C7C1. Grayscale: #3D3D3D. Windows color (decimal): -12044226 or 4077640. OLE color: 4077640.

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

Color convert

RGB 72 56 62 -
CMYK 0 0.22 0.14 0.72
HSL 337.5º 0.13% 0.25% -
HSV(B) 337.5º 0.22% 0.28% -
XYZ 4.96 4.55 5.18 -
YUV 61.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 72 56 62 0 0.22 0.14 0.72 337.5 0.13 0.25
Hex 48 38 3E 0 16 E 48 152 C 19
Octal 110 70 76 0 26 16 110 522 14 31
Binary 1001000 111000 111110 0 10110 1110 1001000 101010010 1100 11001

Color Harmonies of #48383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48383E

Black with #48383E

Text Example


Text Example

White with #48383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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