Html Css Color HEX #432F31 Cab Sav

📋 copy color: '#432F31'

red 67 ◦ green 47 ◦ blue 49

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

Shades of Cab Sav #432F31

Tints of Cab Sav #432F31

RGB

 RED value IS 67 (26.56% from 255) = 41.1%

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

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 41.1%
G = 28.83%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#432F31 (or 0x432F31) is known color: Cab Sav. HEX triplet: 43, 2F and 31. RGB value is (67,47,49). Sum of RGB (Red+Green+Blue) = 67+47+49=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #432F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F31 is #BCD0CE. Grayscale: #353535. Windows color (decimal): -12374223 or 3223363. OLE color: 3223363.

HSL color Cylindrical-coordinate representation of color #432F31: hue angle of 354º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #432F31 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 47 49 -
CMYK 0 0.30 0.27 0.74
HSL 354º 0.18% 0.22% -
HSV(B) 354º 0.3% 0.26% -
XYZ 3.89 3.45 3.37 -
YUV 53.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 67 47 49 0 0.30 0.27 0.74 354 0.18 0.22
Hex 43 2F 31 0 1E 1B 4A 162 12 16
Octal 103 57 61 0 36 33 112 542 22 26
Binary 1000011 101111 110001 0 11110 11011 1001010 101100010 10010 10110

Color Harmonies of #432F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F31

Black with #432F31

Text Example


Text Example

White with #432F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432F31; }

 p { color: rgb(67,47,49); }

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

background-color css

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

 a { background-color: rgb(67,47,49); }

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

border-color css

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

 span { border-color: rgb(67,47,49); }

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