Html Css Color HEX #48371A Clinker

📋 copy color: '#48371A'

red 72 ◦ green 55 ◦ blue 26

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

Shades of Clinker #48371A

Tints of Clinker #48371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

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

R = 47.06%
G = 35.95%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48371A (or 0x48371A) is known color: Clinker. HEX triplet: 48, 37 and 1A. RGB value is (72,55,26). Sum of RGB (Red+Green+Blue) = 72+55+26=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371A is #B7C8E5. Grayscale: #383838. Windows color (decimal): -12044518 or 1718088. OLE color: 1718088.

HSL color Cylindrical-coordinate representation of color #48371A: hue angle of 37.83º 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 #48371A is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 26 -
CMYK 0 0.24 0.64 0.72
HSL 37.83º 0.47% 0.19% -
HSV(B) 37.83º 0.64% 0.28% -
XYZ 4.23 4.18 1.56 -
YUV 56.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 72 55 26 0 0.24 0.64 0.72 37.83 0.47 0.19
Hex 48 37 1A 0 18 40 48 26 2F 13
Octal 110 67 32 0 30 100 110 46 57 23
Binary 1001000 110111 11010 0 11000 1000000 1001000 100110 101111 10011

Color Harmonies of #48371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48371A

Black with #48371A

Text Example


Text Example

White with #48371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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