Html Css Color HEX #48381B Clinker

📋 copy color: '#48381B'

red 72 ◦ green 56 ◦ blue 27

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

Shades of Clinker #48381B

Tints of Clinker #48381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 46.45%
G = 36.13%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48381B (or 0x48381B) is known color: Clinker. HEX triplet: 48, 38 and 1B. RGB value is (72,56,27). Sum of RGB (Red+Green+Blue) = 72+56+27=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48381B is #B7C7E4. Grayscale: #393939. Windows color (decimal): -12044261 or 1783880. OLE color: 1783880.

HSL color Cylindrical-coordinate representation of color #48381B: hue angle of 38.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48381B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 27 -
CMYK 0 0.22 0.62 0.72
HSL 38.67º 0.45% 0.19% -
HSV(B) 38.67º 0.63% 0.28% -
XYZ 4.28 4.29 1.64 -
YUV 57.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 72 56 27 0 0.22 0.62 0.72 38.67 0.45 0.19
Hex 48 38 1B 0 16 3E 48 27 2D 13
Octal 110 70 33 0 26 76 110 47 55 23
Binary 1001000 111000 11011 0 10110 111110 1001000 100111 101101 10011

Color Harmonies of #48381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48381B

Black with #48381B

Text Example


Text Example

White with #48381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48381B; }

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

 H1.HeaderClassName
 {
   color: #48381B;
 }
 .AnyTagClassName
 {
   color: #48381B;
 }
</style>

background-color css

<style>
 a { background-color: #48381B; }

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

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

border-color css

<style>
 span { border-color: #48381B; }

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

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