Html Css Color HEX #482F17 Clinker

📋 copy color: '#482F17'

red 72 ◦ green 47 ◦ blue 23

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

Shades of Clinker #482F17

Tints of Clinker #482F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.2%

R = 50.7%
G = 33.1%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#482F17 (or 0x482F17) is known color: Clinker. HEX triplet: 48, 2F and 17. RGB value is (72,47,23). Sum of RGB (Red+Green+Blue) = 72+47+23=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F17 is #B7D0E8. Grayscale: #333333. Windows color (decimal): -12046569 or 1519432. OLE color: 1519432.

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

Color convert

RGB 72 47 23 -
CMYK 0 0.35 0.68 0.72
HSL 29.39º 0.52% 0.19% -
HSV(B) 29.39º 0.68% 0.28% -
XYZ 3.84 3.47 1.28 -
YUV 51.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 72 47 23 0 0.35 0.68 0.72 29.39 0.52 0.19
Hex 48 2F 17 0 23 44 48 1D 34 13
Octal 110 57 27 0 43 104 110 35 64 23
Binary 1001000 101111 10111 0 100011 1000100 1001000 11101 110100 10011

Color Harmonies of #482F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F17

Black with #482F17

Text Example


Text Example

White with #482F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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