Html Css Color HEX #402B2F Cab Sav

📋 copy color: '#402B2F'

red 64 ◦ green 43 ◦ blue 47

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

Shades of Cab Sav #402B2F

Tints of Cab Sav #402B2F

RGB

 RED value IS 64 (25.39% from 255) = 41.56%

 GREEN value IS 43 (17.19% from 255) = 27.92%

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

R = 41.56%
G = 27.92%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#402B2F (or 0x402B2F) is known color: Cab Sav. HEX triplet: 40, 2B and 2F. RGB value is (64,43,47). Sum of RGB (Red+Green+Blue) = 64+43+47=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B2F is #BFD4D0. Grayscale: #313131. Windows color (decimal): -12571857 or 3091264. OLE color: 3091264.

HSL color Cylindrical-coordinate representation of color #402B2F: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #402B2F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 43 47 -
CMYK 0 0.33 0.27 0.75
HSL 348.57º 0.2% 0.21% -
HSV(B) 348.57º 0.33% 0.25% -
XYZ 3.49 3.02 3.09 -
YUV 49.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 64 43 47 0 0.33 0.27 0.75 348.57 0.2 0.21
Hex 40 2B 2F 0 21 1B 4B 15D 14 15
Octal 100 53 57 0 41 33 113 535 24 25
Binary 1000000 101011 101111 0 100001 11011 1001011 101011101 10100 10101

Color Harmonies of #402B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B2F

Black with #402B2F

Text Example


Text Example

White with #402B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402B2F; }

 p { color: rgb(64,43,47); }

 H1.HeaderClassName
 {
   color: #402B2F;
 }
 .AnyTagClassName
 {
   color: #402B2F;
 }
</style>

background-color css

<style>
 a { background-color: #402B2F; }

 a { background-color: rgb(64,43,47); }

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

border-color css

<style>
 span { border-color: #402B2F; }

 span { border-color: rgb(64,43,47); }

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