Html Css Color HEX #423235 Cab Sav

📋 copy color: '#423235'

red 66 ◦ green 50 ◦ blue 53

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

Shades of Cab Sav #423235

Tints of Cab Sav #423235

RGB

 RED value IS 66 (26.17% from 255) = 39.05%

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 53 (21.09% from 255) = 31.36%

R = 39.05%
G = 29.59%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423235 (or 0x423235) is known color: Cab Sav. HEX triplet: 42, 32 and 35. RGB value is (66,50,53). Sum of RGB (Red+Green+Blue) = 66+50+53=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #423235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423235 is #BDCDCA. Grayscale: #373737. Windows color (decimal): -12438987 or 3486274. OLE color: 3486274.

HSL color Cylindrical-coordinate representation of color #423235: hue angle of 348.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423235 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 50 53 -
CMYK 0 0.24 0.20 0.74
HSL 348.75º 0.14% 0.23% -
HSV(B) 348.75º 0.24% 0.26% -
XYZ 4.03 3.7 3.87 -
YUV 55.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 66 50 53 0 0.24 0.20 0.74 348.75 0.14 0.23
Hex 42 32 35 0 18 14 4A 15D E 17
Octal 102 62 65 0 30 24 112 535 16 27
Binary 1000010 110010 110101 0 11000 10100 1001010 101011101 1110 10111

Color Harmonies of #423235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423235

Black with #423235

Text Example


Text Example

White with #423235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423235; }

 p { color: rgb(66,50,53); }

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

background-color css

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

 a { background-color: rgb(66,50,53); }

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

border-color css

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

 span { border-color: rgb(66,50,53); }

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