Html Css Color HEX #482D0E Clinker

📋 copy color: '#482D0E'

red 72 ◦ green 45 ◦ blue 14

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

Shades of Clinker #482D0E

Tints of Clinker #482D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.35%

 BLUE value IS 14 (5.86% from 255) = 10.69%

R = 54.96%
G = 34.35%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#482D0E (or 0x482D0E) is known color: Clinker. HEX triplet: 48, 2D and 0E. RGB value is (72,45,14). Sum of RGB (Red+Green+Blue) = 72+45+14=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D0E is #B7D2F1. Grayscale: #313131. Windows color (decimal): -12047090 or 929096. OLE color: 929096.

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

Color convert

RGB 72 45 14 -
CMYK 0 0.38 0.81 0.72
HSL 32.07º 0.67% 0.17% -
HSV(B) 32.07º 0.81% 0.28% -
XYZ 3.69 3.29 0.86 -
YUV 49.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 72 45 14 0 0.38 0.81 0.72 32.07 0.67 0.17
Hex 48 2D E 0 26 51 48 20 43 11
Octal 110 55 16 0 46 121 110 40 103 21
Binary 1001000 101101 1110 0 100110 1010001 1001000 100000 1000011 10001

Color Harmonies of #482D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D0E

Black with #482D0E

Text Example


Text Example

White with #482D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,14); }

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

background-color css

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

 a { background-color: rgb(72,45,14); }

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

border-color css

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

 span { border-color: rgb(72,45,14); }

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