Html Css Color HEX #48331D Clinker

📋 copy color: '#48331D'

red 72 ◦ green 51 ◦ blue 29

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

Shades of Clinker #48331D

Tints of Clinker #48331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 47.37%
G = 33.55%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48331D (or 0x48331D) is known color: Clinker. HEX triplet: 48, 33 and 1D. RGB value is (72,51,29). Sum of RGB (Red+Green+Blue) = 72+51+29=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48331D is #B7CCE2. Grayscale: #363636. Windows color (decimal): -12045539 or 1913672. OLE color: 1913672.

HSL color Cylindrical-coordinate representation of color #48331D: hue angle of 30.7º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48331D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 51 29 -
CMYK 0 0.29 0.60 0.72
HSL 30.7º 0.43% 0.2% -
HSV(B) 30.7º 0.6% 0.28% -
XYZ 4.08 3.83 1.69 -
YUV 54.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 72 51 29 0 0.29 0.60 0.72 30.7 0.43 0.2
Hex 48 33 1D 0 1D 3C 48 1F 2B 14
Octal 110 63 35 0 35 74 110 37 53 24
Binary 1001000 110011 11101 0 11101 111100 1001000 11111 101011 10100

Color Harmonies of #48331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48331D

Black with #48331D

Text Example


Text Example

White with #48331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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