Html Css Color HEX #482B07 Bistre

📋 copy color: '#482B07'

red 72 ◦ green 43 ◦ blue 7

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

Shades of Bistre #482B07

Tints of Bistre #482B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.74%

R = 59.02%
G = 35.25%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#482B07 (or 0x482B07) is known color: Bistre. HEX triplet: 48, 2B and 07. RGB value is (72,43,7). Sum of RGB (Red+Green+Blue) = 72+43+7=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #482B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B07 is #B7D4F8. Grayscale: #2F2F2F. Windows color (decimal): -12047609 or 469832. OLE color: 469832.

HSL color Cylindrical-coordinate representation of color #482B07: hue angle of 33.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482B07 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 7 -
CMYK 0 0.40 0.90 0.72
HSL 33.23º 0.82% 0.15% -
HSV(B) 33.23º 0.9% 0.28% -
XYZ 3.57 3.12 0.61 -
YUV 47.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 72 43 7 0 0.40 0.90 0.72 33.23 0.82 0.15
Hex 48 2B 7 0 28 5A 48 21 52 F
Octal 110 53 7 0 50 132 110 41 122 17
Binary 1001000 101011 111 0 101000 1011010 1001000 100001 1010010 1111

Color Harmonies of #482B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B07

Black with #482B07

Text Example


Text Example

White with #482B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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