Html Css Color HEX #633238 Jazz

📋 copy color: '#633238'

red 99 ◦ green 50 ◦ blue 56

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

Shades of Jazz #633238

Tints of Jazz #633238

RGB

 RED value IS 99 (39.06% from 255) = 48.29%

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 48.29%
G = 24.39%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#633238 (or 0x633238) is known color: Jazz. HEX triplet: 63, 32 and 38. RGB value is (99,50,56). Sum of RGB (Red+Green+Blue) = 99+50+56=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #633238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633238 is #9CCDC7. Grayscale: #414141. Windows color (decimal): -10276296 or 3682915. OLE color: 3682915.

HSL color Cylindrical-coordinate representation of color #633238: hue angle of 352.65º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633238 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 56 -
CMYK 0 0.49 0.43 0.61
HSL 352.65º 0.33% 0.29% -
HSV(B) 352.65º 0.49% 0.39% -
XYZ 7 5.22 4.38 -
YUV 65.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 99 50 56 0 0.49 0.43 0.61 352.65 0.33 0.29
Hex 63 32 38 0 31 2B 3D 161 21 1D
Octal 143 62 70 0 61 53 75 541 41 35
Binary 1100011 110010 111000 0 110001 101011 111101 101100001 100001 11101

Color Harmonies of #633238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633238

Black with #633238

Text Example


Text Example

White with #633238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633238; }

 p { color: rgb(99,50,56); }

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

background-color css

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

 a { background-color: rgb(99,50,56); }

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

border-color css

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

 span { border-color: rgb(99,50,56); }

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