Html Css Color HEX #482E03 Clinker

📋 copy color: '#482E03'

red 72 ◦ green 46 ◦ blue 3

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

Shades of Clinker #482E03

Tints of Clinker #482E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 59.5%
G = 38.02%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#482E03 (or 0x482E03) is known color: Clinker. HEX triplet: 48, 2E and 03. RGB value is (72,46,3). Sum of RGB (Red+Green+Blue) = 72+46+3=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E03 is #B7D1FC. Grayscale: #313131. Windows color (decimal): -12046845 or 208456. OLE color: 208456.

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

Color convert

RGB 72 46 3 -
CMYK 0 0.36 0.96 0.72
HSL 37.39º 0.92% 0.15% -
HSV(B) 37.39º 0.96% 0.28% -
XYZ 3.67 3.34 0.54 -
YUV 48.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 72 46 3 0 0.36 0.96 0.72 37.39 0.92 0.15
Hex 48 2E 3 0 24 60 48 25 5C F
Octal 110 56 3 0 44 140 110 45 134 17
Binary 1001000 101110 11 0 100100 1100000 1001000 100101 1011100 1111

Color Harmonies of #482E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E03

Black with #482E03

Text Example


Text Example

White with #482E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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