Html Css Color HEX #482F10 Clinker

📋 copy color: '#482F10'

red 72 ◦ green 47 ◦ blue 16

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

Shades of Clinker #482F10

Tints of Clinker #482F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 53.33%
G = 34.81%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#482F10 (or 0x482F10) is known color: Clinker. HEX triplet: 48, 2F and 10. RGB value is (72,47,16). Sum of RGB (Red+Green+Blue) = 72+47+16=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F10 is #B7D0EF. Grayscale: #333333. Windows color (decimal): -12046576 or 1060680. OLE color: 1060680.

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

Color convert

RGB 72 47 16 -
CMYK 0 0.35 0.78 0.72
HSL 33.21º 0.64% 0.17% -
HSV(B) 33.21º 0.78% 0.28% -
XYZ 3.78 3.45 0.96 -
YUV 50.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 72 47 16 0 0.35 0.78 0.72 33.21 0.64 0.17
Hex 48 2F 10 0 23 4E 48 21 40 11
Octal 110 57 20 0 43 116 110 41 100 21
Binary 1001000 101111 10000 0 100011 1001110 1001000 100001 1000000 10001

Color Harmonies of #482F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F10

Black with #482F10

Text Example


Text Example

White with #482F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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