Html Css Color HEX #482D14 Bistre

📋 copy color: '#482D14'

red 72 ◦ green 45 ◦ blue 20

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

Shades of Bistre #482D14

Tints of Bistre #482D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 52.55%
G = 32.85%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482D14 (or 0x482D14) is known color: Bistre. HEX triplet: 48, 2D and 14. RGB value is (72,45,20). Sum of RGB (Red+Green+Blue) = 72+45+20=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #482D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D14 is #B7D2EB. Grayscale: #323232. Windows color (decimal): -12047084 or 1322312. OLE color: 1322312.

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

Color convert

RGB 72 45 20 -
CMYK 0 0.38 0.72 0.72
HSL 28.85º 0.57% 0.18% -
HSV(B) 28.85º 0.72% 0.28% -
XYZ 3.74 3.3 1.1 -
YUV 50.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 72 45 20 0 0.38 0.72 0.72 28.85 0.57 0.18
Hex 48 2D 14 0 26 48 48 1D 39 12
Octal 110 55 24 0 46 110 110 35 71 22
Binary 1001000 101101 10100 0 100110 1001000 1001000 11101 111001 10010

Color Harmonies of #482D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D14

Black with #482D14

Text Example


Text Example

White with #482D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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