Html Css Color HEX #482E11 Clinker

📋 copy color: '#482E11'

red 72 ◦ green 46 ◦ blue 17

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

Shades of Clinker #482E11

Tints of Clinker #482E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 53.33%
G = 34.07%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#482E11 (or 0x482E11) is known color: Clinker. HEX triplet: 48, 2E and 11. RGB value is (72,46,17). Sum of RGB (Red+Green+Blue) = 72+46+17=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E11 is #B7D1EE. Grayscale: #323232. Windows color (decimal): -12046831 or 1125960. OLE color: 1125960.

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

Color convert

RGB 72 46 17 -
CMYK 0 0.36 0.76 0.72
HSL 31.64º 0.62% 0.17% -
HSV(B) 31.64º 0.76% 0.28% -
XYZ 3.75 3.37 0.98 -
YUV 50.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 72 46 17 0 0.36 0.76 0.72 31.64 0.62 0.17
Hex 48 2E 11 0 24 4C 48 20 3E 11
Octal 110 56 21 0 44 114 110 40 76 21
Binary 1001000 101110 10001 0 100100 1001100 1001000 100000 111110 10001

Color Harmonies of #482E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E11

Black with #482E11

Text Example


Text Example

White with #482E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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