Html Css Color HEX #483311 Clinker

📋 copy color: '#483311'

red 72 ◦ green 51 ◦ blue 17

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

Shades of Clinker #483311

Tints of Clinker #483311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 51.43%
G = 36.43%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#483311 (or 0x483311) is known color: Clinker. HEX triplet: 48, 33 and 11. RGB value is (72,51,17). Sum of RGB (Red+Green+Blue) = 72+51+17=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483311 is #B7CCEE. Grayscale: #353535. Windows color (decimal): -12045551 or 1127240. OLE color: 1127240.

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

Color convert

RGB 72 51 17 -
CMYK 0 0.29 0.76 0.72
HSL 37.09º 0.62% 0.17% -
HSV(B) 37.09º 0.76% 0.28% -
XYZ 3.96 3.79 1.05 -
YUV 53.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 72 51 17 0 0.29 0.76 0.72 37.09 0.62 0.17
Hex 48 33 11 0 1D 4C 48 25 3E 11
Octal 110 63 21 0 35 114 110 45 76 21
Binary 1001000 110011 10001 0 11101 1001100 1001000 100101 111110 10001

Color Harmonies of #483311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483311

Black with #483311

Text Example


Text Example

White with #483311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483311; }

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

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

background-color css

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

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

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

border-color css

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

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

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