Html Css Color HEX #483410 Clinker

📋 copy color: '#483410'

red 72 ◦ green 52 ◦ blue 16

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

Shades of Clinker #483410

Tints of Clinker #483410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 51.43%
G = 37.14%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#483410 (or 0x483410) is known color: Clinker. HEX triplet: 48, 34 and 10. RGB value is (72,52,16). Sum of RGB (Red+Green+Blue) = 72+52+16=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483410 is #B7CBEF. Grayscale: #363636. Windows color (decimal): -12045296 or 1061960. OLE color: 1061960.

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

Color convert

RGB 72 52 16 -
CMYK 0 0.28 0.78 0.72
HSL 38.57º 0.64% 0.17% -
HSV(B) 38.57º 0.78% 0.28% -
XYZ 3.99 3.87 1.03 -
YUV 53.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 72 52 16 0 0.28 0.78 0.72 38.57 0.64 0.17
Hex 48 34 10 0 1C 4E 48 27 40 11
Octal 110 64 20 0 34 116 110 47 100 21
Binary 1001000 110100 10000 0 11100 1001110 1001000 100111 1000000 10001

Color Harmonies of #483410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483410

Black with #483410

Text Example


Text Example

White with #483410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483410; }

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

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

background-color css

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

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

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

border-color css

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

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

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