Html Css Color HEX #482F18 Clinker

📋 copy color: '#482F18'

red 72 ◦ green 47 ◦ blue 24

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

Shades of Clinker #482F18

Tints of Clinker #482F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 50.35%
G = 32.87%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482F18 (or 0x482F18) is known color: Clinker. HEX triplet: 48, 2F and 18. RGB value is (72,47,24). Sum of RGB (Red+Green+Blue) = 72+47+24=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F18 is #B7D0E7. Grayscale: #333333. Windows color (decimal): -12046568 or 1584968. OLE color: 1584968.

HSL color Cylindrical-coordinate representation of color #482F18: hue angle of 28.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482F18 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 24 -
CMYK 0 0.35 0.67 0.72
HSL 28.75º 0.5% 0.19% -
HSV(B) 28.75º 0.67% 0.28% -
XYZ 3.85 3.48 1.33 -
YUV 51.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 72 47 24 0 0.35 0.67 0.72 28.75 0.5 0.19
Hex 48 2F 18 0 23 43 48 1D 32 13
Octal 110 57 30 0 43 103 110 35 62 23
Binary 1001000 101111 11000 0 100011 1000011 1001000 11101 110010 10011

Color Harmonies of #482F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F18

Black with #482F18

Text Example


Text Example

White with #482F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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