Html Css Color HEX #482B08 Bistre

📋 copy color: '#482B08'

red 72 ◦ green 43 ◦ blue 8

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

Shades of Bistre #482B08

Tints of Bistre #482B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.96%

 BLUE value IS 8 (3.52% from 255) = 6.5%

R = 58.54%
G = 34.96%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482B08 (or 0x482B08) is known color: Bistre. HEX triplet: 48, 2B and 08. RGB value is (72,43,8). Sum of RGB (Red+Green+Blue) = 72+43+8=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B08 is #B7D4F7. Grayscale: #2F2F2F. Windows color (decimal): -12047608 or 535368. OLE color: 535368.

HSL color Cylindrical-coordinate representation of color #482B08: hue angle of 32.81º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #482B08 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 8 -
CMYK 0 0.40 0.89 0.72
HSL 32.81º 0.8% 0.16% -
HSV(B) 32.81º 0.89% 0.28% -
XYZ 3.58 3.12 0.64 -
YUV 47.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 72 43 8 0 0.40 0.89 0.72 32.81 0.8 0.16
Hex 48 2B 8 0 28 59 48 21 50 10
Octal 110 53 10 0 50 131 110 41 120 20
Binary 1001000 101011 1000 0 101000 1011001 1001000 100001 1010000 10000

Color Harmonies of #482B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B08

Black with #482B08

Text Example


Text Example

White with #482B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,43,8); }

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

background-color css

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

 a { background-color: rgb(72,43,8); }

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

border-color css

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

 span { border-color: rgb(72,43,8); }

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