Html Css Color HEX #483008 Clinker

📋 copy color: '#483008'

red 72 ◦ green 48 ◦ blue 8

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

Shades of Clinker #483008

Tints of Clinker #483008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

 BLUE value IS 8 (3.52% from 255) = 6.25%

R = 56.25%
G = 37.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#483008 (or 0x483008) is known color: Clinker. HEX triplet: 48, 30 and 08. RGB value is (72,48,8). Sum of RGB (Red+Green+Blue) = 72+48+8=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #483008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483008 is #B7CFF7. Grayscale: #323232. Windows color (decimal): -12046328 or 536648. OLE color: 536648.

HSL color Cylindrical-coordinate representation of color #483008: hue angle of 37.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #483008 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 8 -
CMYK 0 0.33 0.89 0.72
HSL 37.5º 0.8% 0.16% -
HSV(B) 37.5º 0.89% 0.28% -
XYZ 3.77 3.51 0.71 -
YUV 50.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 72 48 8 0 0.33 0.89 0.72 37.5 0.8 0.16
Hex 48 30 8 0 21 59 48 26 50 10
Octal 110 60 10 0 41 131 110 46 120 20
Binary 1001000 110000 1000 0 100001 1011001 1001000 100110 1010000 10000

Color Harmonies of #483008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483008

Black with #483008

Text Example


Text Example

White with #483008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483008; }

 p { color: rgb(72,48,8); }

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

background-color css

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

 a { background-color: rgb(72,48,8); }

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

border-color css

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

 span { border-color: rgb(72,48,8); }

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