Html Css Color HEX #482F09 Clinker

📋 copy color: '#482F09'

red 72 ◦ green 47 ◦ blue 9

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

Shades of Clinker #482F09

Tints of Clinker #482F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.72%

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

R = 56.25%
G = 36.72%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#482F09 (or 0x482F09) is known color: Clinker. HEX triplet: 48, 2F and 09. RGB value is (72,47,9). Sum of RGB (Red+Green+Blue) = 72+47+9=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F09 is #B7D0F6. Grayscale: #323232. Windows color (decimal): -12046583 or 601928. OLE color: 601928.

HSL color Cylindrical-coordinate representation of color #482F09: hue angle of 36.19º 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 #482F09 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 9 -
CMYK 0 0.35 0.88 0.72
HSL 36.19º 0.78% 0.16% -
HSV(B) 36.19º 0.88% 0.28% -
XYZ 3.74 3.43 0.72 -
YUV 50.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 72 47 9 0 0.35 0.88 0.72 36.19 0.78 0.16
Hex 48 2F 9 0 23 58 48 24 4E 10
Octal 110 57 11 0 43 130 110 44 116 20
Binary 1001000 101111 1001 0 100011 1011000 1001000 100100 1001110 10000

Color Harmonies of #482F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F09

Black with #482F09

Text Example


Text Example

White with #482F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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