Html Css Color HEX #482704 Bistre

📋 copy color: '#482704'

red 72 ◦ green 39 ◦ blue 4

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

Shades of Bistre #482704

Tints of Bistre #482704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.91%

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 62.61%
G = 33.91%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482704 (or 0x482704) is known color: Bistre. HEX triplet: 48, 27 and 04. RGB value is (72,39,4). Sum of RGB (Red+Green+Blue) = 72+39+4=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482704 is #B7D8FB. Grayscale: #2D2D2D. Windows color (decimal): -12048636 or 272200. OLE color: 272200.

HSL color Cylindrical-coordinate representation of color #482704: hue angle of 30.88º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482704 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 4 -
CMYK 0 0.46 0.94 0.72
HSL 30.88º 0.89% 0.15% -
HSV(B) 30.88º 0.94% 0.28% -
XYZ 3.42 2.84 0.48 -
YUV 44.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 72 39 4 0 0.46 0.94 0.72 30.88 0.89 0.15
Hex 48 27 4 0 2E 5E 48 1F 59 F
Octal 110 47 4 0 56 136 110 37 131 17
Binary 1001000 100111 100 0 101110 1011110 1001000 11111 1011001 1111

Color Harmonies of #482704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482704

Black with #482704

Text Example


Text Example

White with #482704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482704; }

 p { color: rgb(72,39,4); }

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

background-color css

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

 a { background-color: rgb(72,39,4); }

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

border-color css

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

 span { border-color: rgb(72,39,4); }

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