Html Css Color HEX #483312 Clinker

📋 copy color: '#483312'

red 72 ◦ green 51 ◦ blue 18

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

Shades of Clinker #483312

Tints of Clinker #483312

RGB

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

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

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

R = 51.06%
G = 36.17%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483312 (or 0x483312) is known color: Clinker. HEX triplet: 48, 33 and 12. RGB value is (72,51,18). Sum of RGB (Red+Green+Blue) = 72+51+18=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483312 is #B7CCED. Grayscale: #353535. Windows color (decimal): -12045550 or 1192776. OLE color: 1192776.

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

Color convert

RGB 72 51 18 -
CMYK 0 0.29 0.75 0.72
HSL 36.67º 0.6% 0.18% -
HSV(B) 36.67º 0.75% 0.28% -
XYZ 3.97 3.79 1.09 -
YUV 53.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 72 51 18 0 0.29 0.75 0.72 36.67 0.6 0.18
Hex 48 33 12 0 1D 4B 48 25 3C 12
Octal 110 63 22 0 35 113 110 45 74 22
Binary 1001000 110011 10010 0 11101 1001011 1001000 100101 111100 10010

Color Harmonies of #483312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483312

Black with #483312

Text Example


Text Example

White with #483312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483312; }

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

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

background-color css

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

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

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

border-color css

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

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

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