Html Css Color HEX #483630 Rebel

📋 copy color: '#483630'

red 72 ◦ green 54 ◦ blue 48

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

Shades of Rebel #483630

Tints of Rebel #483630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 41.38%
G = 31.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483630 (or 0x483630) is known color: Rebel. HEX triplet: 48, 36 and 30. RGB value is (72,54,48). Sum of RGB (Red+Green+Blue) = 72+54+48=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483630 is #B7C9CF. Grayscale: #3A3A3A. Windows color (decimal): -12044752 or 3159624. OLE color: 3159624.

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

Color convert

RGB 72 54 48 -
CMYK 0 0.25 0.33 0.72
HSL 15º 0.2% 0.24% -
HSV(B) 15º 0.33% 0.28% -
XYZ 4.53 4.23 3.37 -
YUV 58.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 72 54 48 0 0.25 0.33 0.72 15 0.2 0.24
Hex 48 36 30 0 19 21 48 F 14 18
Octal 110 66 60 0 31 41 110 17 24 30
Binary 1001000 110110 110000 0 11001 100001 1001000 1111 10100 11000

Color Harmonies of #483630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483630

Black with #483630

Text Example


Text Example

White with #483630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483630; }

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

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

background-color css

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

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

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

border-color css

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

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

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