Html Css Color HEX #58403A Van Cleef

📋 copy color: '#58403A'

red 88 ◦ green 64 ◦ blue 58

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

Shades of Van Cleef #58403A

Tints of Van Cleef #58403A

RGB

 RED value IS 88 (34.77% from 255) = 41.9%

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 58 (23.05% from 255) = 27.62%

R = 41.9%
G = 30.48%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58403A (or 0x58403A) is known color: Van Cleef. HEX triplet: 58, 40 and 3A. RGB value is (88,64,58). Sum of RGB (Red+Green+Blue) = 88+64+58=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #58403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58403A is #A7BFC5. Grayscale: #464646. Windows color (decimal): -10993606 or 3817560. OLE color: 3817560.

HSL color Cylindrical-coordinate representation of color #58403A: hue angle of 12º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58403A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 58 -
CMYK 0 0.27 0.34 0.65
HSL 12º 0.21% 0.29% -
HSV(B) 12º 0.34% 0.35% -
XYZ 6.62 6.05 4.82 -
YUV 70.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 88 64 58 0 0.27 0.34 0.65 12 0.21 0.29
Hex 58 40 3A 0 1B 22 41 C 15 1D
Octal 130 100 72 0 33 42 101 14 25 35
Binary 1011000 1000000 111010 0 11011 100010 1000001 1100 10101 11101

Color Harmonies of #58403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58403A

Black with #58403A

Text Example


Text Example

White with #58403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,64,58); }

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

background-color css

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

 a { background-color: rgb(88,64,58); }

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

border-color css

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

 span { border-color: rgb(88,64,58); }

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