Html Css Color HEX #413033 Cab Sav

📋 copy color: '#413033'

red 65 ◦ green 48 ◦ blue 51

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

Shades of Cab Sav #413033

Tints of Cab Sav #413033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 39.63%
G = 29.27%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#413033 (or 0x413033) is known color: Cab Sav. HEX triplet: 41, 30 and 33. RGB value is (65,48,51). Sum of RGB (Red+Green+Blue) = 65+48+51=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413033 is #BECFCC. Grayscale: #353535. Windows color (decimal): -12505037 or 3354689. OLE color: 3354689.

HSL color Cylindrical-coordinate representation of color #413033: hue angle of 349.41º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413033 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 51 -
CMYK 0 0.26 0.22 0.75
HSL 349.41º 0.15% 0.22% -
HSV(B) 349.41º 0.26% 0.25% -
XYZ 3.83 3.48 3.6 -
YUV 53.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 65 48 51 0 0.26 0.22 0.75 349.41 0.15 0.22
Hex 41 30 33 0 1A 16 4B 15D F 16
Octal 101 60 63 0 32 26 113 535 17 26
Binary 1000001 110000 110011 0 11010 10110 1001011 101011101 1111 10110

Color Harmonies of #413033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413033

Black with #413033

Text Example


Text Example

White with #413033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413033; }

 p { color: rgb(65,48,51); }

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

background-color css

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

 a { background-color: rgb(65,48,51); }

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

border-color css

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

 span { border-color: rgb(65,48,51); }

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