Html Css Color HEX #482E10 Clinker

📋 copy color: '#482E10'

red 72 ◦ green 46 ◦ blue 16

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

Shades of Clinker #482E10

Tints of Clinker #482E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.33%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 53.73%
G = 34.33%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#482E10 (or 0x482E10) is known color: Clinker. HEX triplet: 48, 2E and 10. RGB value is (72,46,16). Sum of RGB (Red+Green+Blue) = 72+46+16=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E10 is #B7D1EF. Grayscale: #323232. Windows color (decimal): -12046832 or 1060424. OLE color: 1060424.

HSL color Cylindrical-coordinate representation of color #482E10: hue angle of 32.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482E10 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 46 16 -
CMYK 0 0.36 0.78 0.72
HSL 32.14º 0.64% 0.17% -
HSV(B) 32.14º 0.78% 0.28% -
XYZ 3.74 3.37 0.94 -
YUV 50.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 72 46 16 0 0.36 0.78 0.72 32.14 0.64 0.17
Hex 48 2E 10 0 24 4E 48 20 40 11
Octal 110 56 20 0 44 116 110 40 100 21
Binary 1001000 101110 10000 0 100100 1001110 1001000 100000 1000000 10001

Color Harmonies of #482E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E10

Black with #482E10

Text Example


Text Example

White with #482E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,16); }

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

background-color css

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

 a { background-color: rgb(72,46,16); }

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

border-color css

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

 span { border-color: rgb(72,46,16); }

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