Html Css Color HEX #482A0D Bistre

📋 copy color: '#482A0D'

red 72 ◦ green 42 ◦ blue 13

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

Shades of Bistre #482A0D

Tints of Bistre #482A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.07%

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 56.69%
G = 33.07%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#482A0D (or 0x482A0D) is known color: Bistre. HEX triplet: 48, 2A and 0D. RGB value is (72,42,13). Sum of RGB (Red+Green+Blue) = 72+42+13=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A0D is #B7D5F2. Grayscale: #2F2F2F. Windows color (decimal): -12047859 or 862792. OLE color: 862792.

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

Color convert

RGB 72 42 13 -
CMYK 0 0.42 0.82 0.72
HSL 29.49º 0.69% 0.17% -
HSV(B) 29.49º 0.82% 0.28% -
XYZ 3.57 3.06 0.78 -
YUV 47.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 72 42 13 0 0.42 0.82 0.72 29.49 0.69 0.17
Hex 48 2A D 0 2A 52 48 1D 45 11
Octal 110 52 15 0 52 122 110 35 105 21
Binary 1001000 101010 1101 0 101010 1010010 1001000 11101 1000101 10001

Color Harmonies of #482A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A0D

Black with #482A0D

Text Example


Text Example

White with #482A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,13); }

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

background-color css

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

 a { background-color: rgb(72,42,13); }

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

border-color css

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

 span { border-color: rgb(72,42,13); }

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