Html Css Color HEX #482D0F Clinker

📋 copy color: '#482D0F'

red 72 ◦ green 45 ◦ blue 15

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

Shades of Clinker #482D0F

Tints of Clinker #482D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 54.55%
G = 34.09%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#482D0F (or 0x482D0F) is known color: Clinker. HEX triplet: 48, 2D and 0F. RGB value is (72,45,15). Sum of RGB (Red+Green+Blue) = 72+45+15=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #482D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D0F is #B7D2F0. Grayscale: #313131. Windows color (decimal): -12047089 or 994632. OLE color: 994632.

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

Color convert

RGB 72 45 15 -
CMYK 0 0.38 0.79 0.72
HSL 31.58º 0.66% 0.17% -
HSV(B) 31.58º 0.79% 0.28% -
XYZ 3.7 3.29 0.89 -
YUV 49.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 72 45 15 0 0.38 0.79 0.72 31.58 0.66 0.17
Hex 48 2D F 0 26 4F 48 20 42 11
Octal 110 55 17 0 46 117 110 40 102 21
Binary 1001000 101101 1111 0 100110 1001111 1001000 100000 1000010 10001

Color Harmonies of #482D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D0F

Black with #482D0F

Text Example


Text Example

White with #482D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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