Html Css Color HEX #3E3235 Cab Sav

📋 copy color: '#3E3235'

red 62 ◦ green 50 ◦ blue 53

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

Shades of Cab Sav #3E3235

Tints of Cab Sav #3E3235

RGB

 RED value IS 62 (24.61% from 255) = 37.58%

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 37.58%
G = 30.3%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3E3235 (or 0x3E3235) is known color: Cab Sav. HEX triplet: 3E, 32 and 35. RGB value is (62,50,53). Sum of RGB (Red+Green+Blue) = 62+50+53=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3235 is #C1CDCA. Grayscale: #353535. Windows color (decimal): -12701131 or 3486270. OLE color: 3486270.

HSL color Cylindrical-coordinate representation of color #3E3235: hue angle of 345º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3235 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 50 53 -
CMYK 0 0.19 0.15 0.76
HSL 345º 0.11% 0.22% -
HSV(B) 345º 0.19% 0.24% -
XYZ 3.77 3.56 3.86 -
YUV 53.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 62 50 53 0 0.19 0.15 0.76 345 0.11 0.22
Hex 3E 32 35 0 13 F 4C 159 B 16
Octal 76 62 65 0 23 17 114 531 13 26
Binary 111110 110010 110101 0 10011 1111 1001100 101011001 1011 10110

Color Harmonies of #3E3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3235

Black with #3E3235

Text Example


Text Example

White with #3E3235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E3235; }

 p { color: rgb(62,50,53); }

 H1.HeaderClassName
 {
   color: #3E3235;
 }
 .AnyTagClassName
 {
   color: #3E3235;
 }
</style>

background-color css

<style>
 a { background-color: #3E3235; }

 a { background-color: rgb(62,50,53); }

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

border-color css

<style>
 span { border-color: #3E3235; }

 span { border-color: rgb(62,50,53); }

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