Html Css Color HEX #483316 Clinker

📋 copy color: '#483316'

red 72 ◦ green 51 ◦ blue 22

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

Shades of Clinker #483316

Tints of Clinker #483316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 49.66%
G = 35.17%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483316 (or 0x483316) is known color: Clinker. HEX triplet: 48, 33 and 16. RGB value is (72,51,22). Sum of RGB (Red+Green+Blue) = 72+51+22=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483316 is #B7CCE9. Grayscale: #363636. Windows color (decimal): -12045546 or 1454920. OLE color: 1454920.

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

Color convert

RGB 72 51 22 -
CMYK 0 0.29 0.69 0.72
HSL 34.8º 0.53% 0.18% -
HSV(B) 34.8º 0.69% 0.28% -
XYZ 4 3.8 1.28 -
YUV 53.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 72 51 22 0 0.29 0.69 0.72 34.8 0.53 0.18
Hex 48 33 16 0 1D 45 48 23 35 12
Octal 110 63 26 0 35 105 110 43 65 22
Binary 1001000 110011 10110 0 11101 1000101 1001000 100011 110101 10010

Color Harmonies of #483316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483316

Black with #483316

Text Example


Text Example

White with #483316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483316; }

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

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

background-color css

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

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

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

border-color css

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

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

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