Html Css Color HEX #48331B Clinker

📋 copy color: '#48331B'

red 72 ◦ green 51 ◦ blue 27

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

Shades of Clinker #48331B

Tints of Clinker #48331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34%

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

R = 48%
G = 34%
B = 18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48331B (or 0x48331B) is known color: Clinker. HEX triplet: 48, 33 and 1B. RGB value is (72,51,27). Sum of RGB (Red+Green+Blue) = 72+51+27=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48331B is #B7CCE4. Grayscale: #363636. Windows color (decimal): -12045541 or 1782600. OLE color: 1782600.

HSL color Cylindrical-coordinate representation of color #48331B: hue angle of 32º 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 #48331B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 51 27 -
CMYK 0 0.29 0.62 0.72
HSL 32º 0.45% 0.19% -
HSV(B) 32º 0.63% 0.28% -
XYZ 4.05 3.82 1.56 -
YUV 54.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 72 51 27 0 0.29 0.62 0.72 32 0.45 0.19
Hex 48 33 1B 0 1D 3E 48 20 2D 13
Octal 110 63 33 0 35 76 110 40 55 23
Binary 1001000 110011 11011 0 11101 111110 1001000 100000 101101 10011

Color Harmonies of #48331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48331B

Black with #48331B

Text Example


Text Example

White with #48331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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