Html Css Color HEX #412B2F Cab Sav

📋 copy color: '#412B2F'

red 65 ◦ green 43 ◦ blue 47

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

Shades of Cab Sav #412B2F

Tints of Cab Sav #412B2F

RGB

 RED value IS 65 (25.78% from 255) = 41.94%

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

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

R = 41.94%
G = 27.74%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#412B2F (or 0x412B2F) is known color: Cab Sav. HEX triplet: 41, 2B and 2F. RGB value is (65,43,47). Sum of RGB (Red+Green+Blue) = 65+43+47=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B2F is #BED4D0. Grayscale: #323232. Windows color (decimal): -12506321 or 3091265. OLE color: 3091265.

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

Color convert

RGB 65 43 47 -
CMYK 0 0.34 0.28 0.75
HSL 349.09º 0.2% 0.21% -
HSV(B) 349.09º 0.34% 0.25% -
XYZ 3.56 3.06 3.09 -
YUV 50.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 65 43 47 0 0.34 0.28 0.75 349.09 0.2 0.21
Hex 41 2B 2F 0 22 1C 4B 15D 14 15
Octal 101 53 57 0 42 34 113 535 24 25
Binary 1000001 101011 101111 0 100010 11100 1001011 101011101 10100 10101

Color Harmonies of #412B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B2F

Black with #412B2F

Text Example


Text Example

White with #412B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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