Html Css Color HEX #483412 Clinker

📋 copy color: '#483412'

red 72 ◦ green 52 ◦ blue 18

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

Shades of Clinker #483412

Tints of Clinker #483412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.62%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 50.7%
G = 36.62%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483412 (or 0x483412) is known color: Clinker. HEX triplet: 48, 34 and 12. RGB value is (72,52,18). Sum of RGB (Red+Green+Blue) = 72+52+18=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483412 is #B7CBED. Grayscale: #363636. Windows color (decimal): -12045294 or 1193032. OLE color: 1193032.

HSL color Cylindrical-coordinate representation of color #483412: hue angle of 37.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483412 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 18 -
CMYK 0 0.28 0.75 0.72
HSL 37.78º 0.6% 0.18% -
HSV(B) 37.78º 0.75% 0.28% -
XYZ 4.01 3.88 1.11 -
YUV 54.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 72 52 18 0 0.28 0.75 0.72 37.78 0.6 0.18
Hex 48 34 12 0 1C 4B 48 26 3C 12
Octal 110 64 22 0 34 113 110 46 74 22
Binary 1001000 110100 10010 0 11100 1001011 1001000 100110 111100 10010

Color Harmonies of #483412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483412

Black with #483412

Text Example


Text Example

White with #483412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483412; }

 p { color: rgb(72,52,18); }

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

background-color css

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

 a { background-color: rgb(72,52,18); }

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

border-color css

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

 span { border-color: rgb(72,52,18); }

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