Html Css Color HEX #482D06 Clinker

📋 copy color: '#482D06'

red 72 ◦ green 45 ◦ blue 6

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

Shades of Clinker #482D06

Tints of Clinker #482D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.88%

R = 58.54%
G = 36.59%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#482D06 (or 0x482D06) is known color: Clinker. HEX triplet: 48, 2D and 06. RGB value is (72,45,6). Sum of RGB (Red+Green+Blue) = 72+45+6=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D06 is #B7D2F9. Grayscale: #303030. Windows color (decimal): -12047098 or 404808. OLE color: 404808.

HSL color Cylindrical-coordinate representation of color #482D06: hue angle of 35.45º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #482D06 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 6 -
CMYK 0 0.38 0.92 0.72
HSL 35.45º 0.85% 0.15% -
HSV(B) 35.45º 0.92% 0.28% -
XYZ 3.64 3.27 0.61 -
YUV 48.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 72 45 6 0 0.38 0.92 0.72 35.45 0.85 0.15
Hex 48 2D 6 0 26 5C 48 23 55 F
Octal 110 55 6 0 46 134 110 43 125 17
Binary 1001000 101101 110 0 100110 1011100 1001000 100011 1010101 1111

Color Harmonies of #482D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D06

Black with #482D06

Text Example


Text Example

White with #482D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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