Html Css Color HEX #483718 Clinker

📋 copy color: '#483718'

red 72 ◦ green 55 ◦ blue 24

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

Shades of Clinker #483718

Tints of Clinker #483718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.42%

 BLUE value IS 24 (9.77% from 255) = 15.89%

R = 47.68%
G = 36.42%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483718 (or 0x483718) is known color: Clinker. HEX triplet: 48, 37 and 18. RGB value is (72,55,24). Sum of RGB (Red+Green+Blue) = 72+55+24=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #483718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483718 is #B7C8E7. Grayscale: #383838. Windows color (decimal): -12044520 or 1587016. OLE color: 1587016.

HSL color Cylindrical-coordinate representation of color #483718: hue angle of 38.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483718 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 24 -
CMYK 0 0.24 0.67 0.72
HSL 38.75º 0.5% 0.19% -
HSV(B) 38.75º 0.67% 0.28% -
XYZ 4.2 4.18 1.45 -
YUV 56.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 72 55 24 0 0.24 0.67 0.72 38.75 0.5 0.19
Hex 48 37 18 0 18 43 48 27 32 13
Octal 110 67 30 0 30 103 110 47 62 23
Binary 1001000 110111 11000 0 11000 1000011 1001000 100111 110010 10011

Color Harmonies of #483718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483718

Black with #483718

Text Example


Text Example

White with #483718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483718; }

 p { color: rgb(72,55,24); }

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

background-color css

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

 a { background-color: rgb(72,55,24); }

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

border-color css

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

 span { border-color: rgb(72,55,24); }

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