Html Css Color HEX #483213 Clinker

📋 copy color: '#483213'

red 72 ◦ green 50 ◦ blue 19

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

Shades of Clinker #483213

Tints of Clinker #483213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.46%

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 51.06%
G = 35.46%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483213 (or 0x483213) is known color: Clinker. HEX triplet: 48, 32 and 13. RGB value is (72,50,19). Sum of RGB (Red+Green+Blue) = 72+50+19=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483213 is #B7CDEC. Grayscale: #353535. Windows color (decimal): -12045805 or 1258056. OLE color: 1258056.

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

Color convert

RGB 72 50 19 -
CMYK 0 0.31 0.74 0.72
HSL 35.09º 0.58% 0.18% -
HSV(B) 35.09º 0.74% 0.28% -
XYZ 3.93 3.71 1.12 -
YUV 53.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 72 50 19 0 0.31 0.74 0.72 35.09 0.58 0.18
Hex 48 32 13 0 1F 4A 48 23 3A 12
Octal 110 62 23 0 37 112 110 43 72 22
Binary 1001000 110010 10011 0 11111 1001010 1001000 100011 111010 10010

Color Harmonies of #483213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483213

Black with #483213

Text Example


Text Example

White with #483213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483213; }

 p { color: rgb(72,50,19); }

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

background-color css

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

 a { background-color: rgb(72,50,19); }

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

border-color css

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

 span { border-color: rgb(72,50,19); }

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