Html Css Color HEX #483730 Rebel

📋 copy color: '#483730'

red 72 ◦ green 55 ◦ blue 48

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

Shades of Rebel #483730

Tints of Rebel #483730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 41.14%
G = 31.43%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483730 (or 0x483730) is known color: Rebel. HEX triplet: 48, 37 and 30. RGB value is (72,55,48). Sum of RGB (Red+Green+Blue) = 72+55+48=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483730 is #B7C8CF. Grayscale: #3B3B3B. Windows color (decimal): -12044496 or 3159880. OLE color: 3159880.

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

Color convert

RGB 72 55 48 -
CMYK 0 0.24 0.33 0.72
HSL 17.5º 0.2% 0.24% -
HSV(B) 17.5º 0.33% 0.28% -
XYZ 4.57 4.32 3.39 -
YUV 59.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 72 55 48 0 0.24 0.33 0.72 17.5 0.2 0.24
Hex 48 37 30 0 18 21 48 12 14 18
Octal 110 67 60 0 30 41 110 22 24 30
Binary 1001000 110111 110000 0 11000 100001 1001000 10010 10100 11000

Color Harmonies of #483730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483730

Black with #483730

Text Example


Text Example

White with #483730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483730; }

 p { color: rgb(72,55,48); }

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

background-color css

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

 a { background-color: rgb(72,55,48); }

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

border-color css

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

 span { border-color: rgb(72,55,48); }

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