#61523A

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

Shades of Judge Grey #61523A

Tints of Judge Grey #61523A

Color information

#61523A (or 0x61523A) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 3A. RGB value is (97,82,58). Sum of RGB (Red+Green+Blue) = 97+82+58=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #61523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61523A is #9EADC5. Grayscale: #535353. Windows color (decimal): -10399174 or 3822177. OLE color: 3822177.

HSL color Cylindrical-coordinate representation of color #61523A: hue angle of 36.92º 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 #61523A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB978258-
CMYK00.150.400.62
HSL36.92º25.16%30.39%-
HSV(B)36.92º40.21%38.04%-
XYZ8.718.885.26-
YUV83.75113.47137.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=40.93%
G=34.60%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97825800.150.400.6236.9225.1630.39
Hex61523A0F283E25191e
Octal141122720175076453136
Binary11000011010010111010011111010001111101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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