Html Css Color HEX #482E0F Clinker

📋 copy color: '#482E0F'

red 72 ◦ green 46 ◦ blue 15

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

Shades of Clinker #482E0F

Tints of Clinker #482E0F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.59%

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

R = 54.14%
G = 34.59%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#482E0F (or 0x482E0F) is known color: Clinker. HEX triplet: 48, 2E and 0F. RGB value is (72,46,15). Sum of RGB (Red+Green+Blue) = 72+46+15=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E0F is #B7D1F0. Grayscale: #323232. Windows color (decimal): -12046833 or 994888. OLE color: 994888.

HSL color Cylindrical-coordinate representation of color #482E0F: hue angle of 32.63º 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 #482E0F is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 46 15 -
CMYK 0 0.36 0.79 0.72
HSL 32.63º 0.66% 0.17% -
HSV(B) 32.63º 0.79% 0.28% -
XYZ 3.74 3.37 0.9 -
YUV 50.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 72 46 15 0 0.36 0.79 0.72 32.63 0.66 0.17
Hex 48 2E F 0 24 4F 48 21 42 11
Octal 110 56 17 0 44 117 110 41 102 21
Binary 1001000 101110 1111 0 100100 1001111 1001000 100001 1000010 10001

Color Harmonies of #482E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E0F

Black with #482E0F

Text Example


Text Example

White with #482E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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