Html Css Color HEX #483310 Clinker

📋 copy color: '#483310'

red 72 ◦ green 51 ◦ blue 16

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

Shades of Clinker #483310

Tints of Clinker #483310

RGB

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

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

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

R = 51.8%
G = 36.69%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#483310 (or 0x483310) is known color: Clinker. HEX triplet: 48, 33 and 10. RGB value is (72,51,16). Sum of RGB (Red+Green+Blue) = 72+51+16=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483310 is #B7CCEF. Grayscale: #353535. Windows color (decimal): -12045552 or 1061704. OLE color: 1061704.

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

Color convert

RGB 72 51 16 -
CMYK 0 0.29 0.78 0.72
HSL 37.5º 0.64% 0.17% -
HSV(B) 37.5º 0.78% 0.28% -
XYZ 3.95 3.78 1.01 -
YUV 53.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 72 51 16 0 0.29 0.78 0.72 37.5 0.64 0.17
Hex 48 33 10 0 1D 4E 48 26 40 11
Octal 110 63 20 0 35 116 110 46 100 21
Binary 1001000 110011 10000 0 11101 1001110 1001000 100110 1000000 10001

Color Harmonies of #483310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483310

Black with #483310

Text Example


Text Example

White with #483310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483310; }

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

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

background-color css

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

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

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

border-color css

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

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

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