Html Css Color HEX #483416 Clinker

📋 copy color: '#483416'

red 72 ◦ green 52 ◦ blue 22

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

Shades of Clinker #483416

Tints of Clinker #483416

RGB

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

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

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

R = 49.32%
G = 35.62%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483416 (or 0x483416) is known color: Clinker. HEX triplet: 48, 34 and 16. RGB value is (72,52,22). Sum of RGB (Red+Green+Blue) = 72+52+22=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483416 is #B7CBE9. Grayscale: #363636. Windows color (decimal): -12045290 or 1455176. OLE color: 1455176.

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

Color convert

RGB 72 52 22 -
CMYK 0 0.28 0.69 0.72
HSL 36º 0.53% 0.18% -
HSV(B) 36º 0.69% 0.28% -
XYZ 4.05 3.89 1.3 -
YUV 54.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 72 52 22 0 0.28 0.69 0.72 36 0.53 0.18
Hex 48 34 16 0 1C 45 48 24 35 12
Octal 110 64 26 0 34 105 110 44 65 22
Binary 1001000 110100 10110 0 11100 1000101 1001000 100100 110101 10010

Color Harmonies of #483416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483416

Black with #483416

Text Example


Text Example

White with #483416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483416; }

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

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

background-color css

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

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

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

border-color css

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

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

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