#61533A

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

Shades of Judge Grey #61533A

Tints of Judge Grey #61533A

Color information

#61533A (or 0x61533A) is unknown color: approx Judge Grey. HEX triplet: 61, 53 and 3A. RGB value is (97,83,58). Sum of RGB (Red+Green+Blue) = 97+83+58=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61533A is #9EACC5. Grayscale: #545454. Windows color (decimal): -10398918 or 3822433. OLE color: 3822433.

HSL color Cylindrical-coordinate representation of color #61533A: hue angle of 38.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61533A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB978358-
CMYK00.140.400.62
HSL38.46º25.16%30.39%-
HSV(B)38.46º40.21%38.04%-
XYZ8.799.035.28-
YUV84.34113.14137.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=40.76%
G=34.87%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97835800.140.400.6238.4625.1630.39
Hex61533A0E283E26191e
Octal141123720165076463136
Binary11000011010011111010011101010001111101001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61533A; }

 p { color: rgb(97,83,58); }

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

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

 a { background-color: rgb(97,83,58); }

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

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

 span { border-color: rgb(97,83,58); }

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