Html Css Color HEX #483004 Clinker

📋 copy color: '#483004'

red 72 ◦ green 48 ◦ blue 4

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

Shades of Clinker #483004

Tints of Clinker #483004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 58.06%
G = 38.71%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#483004 (or 0x483004) is known color: Clinker. HEX triplet: 48, 30 and 04. RGB value is (72,48,4). Sum of RGB (Red+Green+Blue) = 72+48+4=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #483004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483004 is #B7CFFB. Grayscale: #323232. Windows color (decimal): -12046332 or 274504. OLE color: 274504.

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

Color convert

RGB 72 48 4 -
CMYK 0 0.33 0.94 0.72
HSL 38.82º 0.89% 0.15% -
HSV(B) 38.82º 0.94% 0.28% -
XYZ 3.75 3.5 0.59 -
YUV 50.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 72 48 4 0 0.33 0.94 0.72 38.82 0.89 0.15
Hex 48 30 4 0 21 5E 48 27 59 F
Octal 110 60 4 0 41 136 110 47 131 17
Binary 1001000 110000 100 0 100001 1011110 1001000 100111 1011001 1111

Color Harmonies of #483004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483004

Black with #483004

Text Example


Text Example

White with #483004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483004; }

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

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

background-color css

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

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

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

border-color css

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

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

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