Html Css Color HEX #462E2F Cab Sav

📋 copy color: '#462E2F'

red 70 ◦ green 46 ◦ blue 47

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

Shades of Cab Sav #462E2F

Tints of Cab Sav #462E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.22%

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 42.94%
G = 28.22%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#462E2F (or 0x462E2F) is known color: Cab Sav. HEX triplet: 46, 2E and 2F. RGB value is (70,46,47). Sum of RGB (Red+Green+Blue) = 70+46+47=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #462E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E2F is #B9D1D0. Grayscale: #353535. Windows color (decimal): -12177873 or 3092038. OLE color: 3092038.

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

Color convert

RGB 70 46 47 -
CMYK 0 0.34 0.33 0.73
HSL 357.5º 0.21% 0.23% -
HSV(B) 357.5º 0.34% 0.27% -
XYZ 4.02 3.46 3.15 -
YUV 53.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 70 46 47 0 0.34 0.33 0.73 357.5 0.21 0.23
Hex 46 2E 2F 0 22 21 49 166 15 17
Octal 106 56 57 0 42 41 111 546 25 27
Binary 1000110 101110 101111 0 100010 100001 1001001 101100110 10101 10111

Color Harmonies of #462E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E2F

Black with #462E2F

Text Example


Text Example

White with #462E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,47); }

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

background-color css

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

 a { background-color: rgb(70,46,47); }

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

border-color css

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

 span { border-color: rgb(70,46,47); }

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