#5C433A

Color #5C433A Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #5C433A

Tints of Very Dark Brown #5C433A

Color information

#5C433A (or 0x5C433A) is unknown color: approx Very Dark Brown. HEX triplet: 5C, 43 and 3A. RGB value is (92,67,58). Sum of RGB (Red+Green+Blue) = 92+67+58=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 92 - color contains mainly: red. Hex color #5C433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C433A is #A3BCC5. Grayscale: #494949. Windows color (decimal): -10730694 or 3818332. OLE color: 3818332.

HSL color Cylindrical-coordinate representation of color #5C433A: hue angle of 15.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C433A is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB926758-
CMYK00.270.370.64
HSL15.88º22.67%29.41%-
HSV(B)15.88º36.96%36.08%-
XYZ7.186.64.9-
YUV73.45119.28141.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.40%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=42.40%
G=30.88%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92675800.270.370.6415.8822.6729.41
Hex5C433A01B254010171d
Octal1341037203345100202735
Binary101110010000111110100110111001011000000100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C433A; }

 p { color: rgb(92,67,58); }

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

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

 a { background-color: rgb(92,67,58); }

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

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

 span { border-color: rgb(92,67,58); }

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