Html Css Color HEX #482D04 Clinker

📋 copy color: '#482D04'

red 72 ◦ green 45 ◦ blue 4

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

Shades of Clinker #482D04

Tints of Clinker #482D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.19%

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

R = 59.5%
G = 37.19%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482D04 (or 0x482D04) is known color: Clinker. HEX triplet: 48, 2D and 04. RGB value is (72,45,4). Sum of RGB (Red+Green+Blue) = 72+45+4=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D04 is #B7D2FB. Grayscale: #303030. Windows color (decimal): -12047100 or 273736. OLE color: 273736.

HSL color Cylindrical-coordinate representation of color #482D04: hue angle of 36.18º 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 #482D04 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 4 -
CMYK 0 0.38 0.94 0.72
HSL 36.18º 0.89% 0.15% -
HSV(B) 36.18º 0.94% 0.28% -
XYZ 3.63 3.26 0.55 -
YUV 48.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 72 45 4 0 0.38 0.94 0.72 36.18 0.89 0.15
Hex 48 2D 4 0 26 5E 48 24 59 F
Octal 110 55 4 0 46 136 110 44 131 17
Binary 1001000 101101 100 0 100110 1011110 1001000 100100 1011001 1111

Color Harmonies of #482D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D04

Black with #482D04

Text Example


Text Example

White with #482D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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