Html Css Color HEX #483512 Clinker

📋 copy color: '#483512'

red 72 ◦ green 53 ◦ blue 18

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

Shades of Clinker #483512

Tints of Clinker #483512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 50.35%
G = 37.06%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483512 (or 0x483512) is known color: Clinker. HEX triplet: 48, 35 and 12. RGB value is (72,53,18). Sum of RGB (Red+Green+Blue) = 72+53+18=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483512 is #B7CAED. Grayscale: #363636. Windows color (decimal): -12045038 or 1193288. OLE color: 1193288.

HSL color Cylindrical-coordinate representation of color #483512: hue angle of 38.89º 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 #483512 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 18 -
CMYK 0 0.26 0.75 0.72
HSL 38.89º 0.6% 0.18% -
HSV(B) 38.89º 0.75% 0.28% -
XYZ 4.05 3.97 1.12 -
YUV 54.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 72 53 18 0 0.26 0.75 0.72 38.89 0.6 0.18
Hex 48 35 12 0 1A 4B 48 27 3C 12
Octal 110 65 22 0 32 113 110 47 74 22
Binary 1001000 110101 10010 0 11010 1001011 1001000 100111 111100 10010

Color Harmonies of #483512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483512

Black with #483512

Text Example


Text Example

White with #483512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483512; }

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

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

background-color css

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

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

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

border-color css

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

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

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