Html Css Color HEX #482300 Bistre

📋 copy color: '#482300'

red 72 ◦ green 35 ◦ blue 0

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

Shades of Bistre #482300

Tints of Bistre #482300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.29%
G = 32.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#482300 (or 0x482300) is known color: Bistre. HEX triplet: 48, 23 and 00. RGB value is (72,35,0). Sum of RGB (Red+Green+Blue) = 72+35+0=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #482300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482300 is #B7DCFF. Grayscale: #2A2A2A. Windows color (decimal): -12049664 or 9032. OLE color: 9032.

HSL color Cylindrical-coordinate representation of color #482300: hue angle of 29.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #482300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 0 -
CMYK 0 0.51 1 0.72
HSL 29.17º 1% 0.14% -
HSV(B) 29.17º 1% 0.28% -
XYZ 3.27 2.58 0.33 -
YUV 42.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 72 35 0 0 0.51 1 0.72 29.17 1 0.14
Hex 48 23 0 0 33 64 48 1D 64 E
Octal 110 43 0 0 63 144 110 35 144 16
Binary 1001000 100011 0 0 110011 1100100 1001000 11101 1100100 1110

Color Harmonies of #482300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482300

Black with #482300

Text Example


Text Example

White with #482300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482300; }

 p { color: rgb(72,35,0); }

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

background-color css

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

 a { background-color: rgb(72,35,0); }

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

border-color css

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

 span { border-color: rgb(72,35,0); }

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