Html Css Color HEX #482907 Bistre

📋 copy color: '#482907'

red 72 ◦ green 41 ◦ blue 7

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

Shades of Bistre #482907

Tints of Bistre #482907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.17%

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

R = 60%
G = 34.17%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#482907 (or 0x482907) is known color: Bistre. HEX triplet: 48, 29 and 07. RGB value is (72,41,7). Sum of RGB (Red+Green+Blue) = 72+41+7=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #482907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482907 is #B7D6F8. Grayscale: #2E2E2E. Windows color (decimal): -12048121 or 469320. OLE color: 469320.

HSL color Cylindrical-coordinate representation of color #482907: hue angle of 31.38º 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 #482907 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 7 -
CMYK 0 0.43 0.90 0.72
HSL 31.38º 0.82% 0.15% -
HSV(B) 31.38º 0.9% 0.28% -
XYZ 3.5 2.98 0.59 -
YUV 46.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 72 41 7 0 0.43 0.90 0.72 31.38 0.82 0.15
Hex 48 29 7 0 2B 5A 48 1F 52 F
Octal 110 51 7 0 53 132 110 37 122 17
Binary 1001000 101001 111 0 101011 1011010 1001000 11111 1010010 1111

Color Harmonies of #482907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482907

Black with #482907

Text Example


Text Example

White with #482907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482907; }

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

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

background-color css

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

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

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

border-color css

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

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

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