Html Css Color HEX #482E09 Clinker

📋 copy color: '#482E09'

red 72 ◦ green 46 ◦ blue 9

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

Shades of Clinker #482E09

Tints of Clinker #482E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.09%

R = 56.69%
G = 36.22%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#482E09 (or 0x482E09) is known color: Clinker. HEX triplet: 48, 2E and 09. RGB value is (72,46,9). Sum of RGB (Red+Green+Blue) = 72+46+9=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E09 is #B7D1F6. Grayscale: #313131. Windows color (decimal): -12046839 or 601672. OLE color: 601672.

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

Color convert

RGB 72 46 9 -
CMYK 0 0.36 0.88 0.72
HSL 35.24º 0.78% 0.16% -
HSV(B) 35.24º 0.88% 0.28% -
XYZ 3.7 3.35 0.71 -
YUV 49.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 72 46 9 0 0.36 0.88 0.72 35.24 0.78 0.16
Hex 48 2E 9 0 24 58 48 23 4E 10
Octal 110 56 11 0 44 130 110 43 116 20
Binary 1001000 101110 1001 0 100100 1011000 1001000 100011 1001110 10000

Color Harmonies of #482E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E09

Black with #482E09

Text Example


Text Example

White with #482E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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