#65533C

Color #65533C Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #65533C

Tints of Judge Grey #65533C

Color information

#65533C (or 0x65533C) is unknown color: approx Judge Grey. HEX triplet: 65, 53 and 3C. RGB value is (101,83,60). Sum of RGB (Red+Green+Blue) = 101+83+60=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65533C is #9AACC3. Grayscale: #555555. Windows color (decimal): -10136772 or 3953509. OLE color: 3953509.

HSL color Cylindrical-coordinate representation of color #65533C: hue angle of 33.66º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65533C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1018360-
CMYK00.180.410.60
HSL33.66º25.47%31.57%-
HSV(B)33.66º40.59%39.61%-
XYZ9.289.285.58-
YUV85.76113.46138.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=41.39%
G=34.02%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101836000.180.410.6033.6625.4731.57
Hex65533C012293C221920
Octal145123740225174423140
Binary1100101101001111110001001010100111110010001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65533C; }

 p { color: rgb(101,83,60); }

 H1.HeaderClassName
 {
   color: #65533C;
 }
 .AnyTagClassName
 {
   color: #65533C;
 }
</style>
background-color css

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

 a { background-color: rgb(101,83,60); }

 div.DivClassName
 {
   background-color: #65533C;
 }
 .BgClassName
 {
   background-color: #65533C;
 }
</style>
border-color css

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

 span { border-color: rgb(101,83,60); }

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