Html Css Color HEX #462C33 Cab Sav

📋 copy color: '#462C33'

red 70 ◦ green 44 ◦ blue 51

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

Shades of Cab Sav #462C33

Tints of Cab Sav #462C33

RGB

 RED value IS 70 (27.73% from 255) = 42.42%

 GREEN value IS 44 (17.58% from 255) = 26.67%

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 42.42%
G = 26.67%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#462C33 (or 0x462C33) is known color: Cab Sav. HEX triplet: 46, 2C and 33. RGB value is (70,44,51). Sum of RGB (Red+Green+Blue) = 70+44+51=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #462C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C33 is #B9D3CC. Grayscale: #343434. Windows color (decimal): -12178381 or 3353670. OLE color: 3353670.

HSL color Cylindrical-coordinate representation of color #462C33: hue angle of 343.85º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #462C33 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 44 51 -
CMYK 0 0.37 0.27 0.73
HSL 343.85º 0.23% 0.22% -
HSV(B) 343.85º 0.37% 0.27% -
XYZ 4.02 3.34 3.57 -
YUV 52.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 70 44 51 0 0.37 0.27 0.73 343.85 0.23 0.22
Hex 46 2C 33 0 25 1B 49 158 17 16
Octal 106 54 63 0 45 33 111 530 27 26
Binary 1000110 101100 110011 0 100101 11011 1001001 101011000 10111 10110

Color Harmonies of #462C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C33

Black with #462C33

Text Example


Text Example

White with #462C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462C33; }

 p { color: rgb(70,44,51); }

 H1.HeaderClassName
 {
   color: #462C33;
 }
 .AnyTagClassName
 {
   color: #462C33;
 }
</style>

background-color css

<style>
 a { background-color: #462C33; }

 a { background-color: rgb(70,44,51); }

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

border-color css

<style>
 span { border-color: #462C33; }

 span { border-color: rgb(70,44,51); }

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