Html Css Color HEX #423135 Cab Sav

📋 copy color: '#423135'

red 66 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #423135

Tints of Cab Sav #423135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 39.29%
G = 29.17%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423135 (or 0x423135) is known color: Cab Sav. HEX triplet: 42, 31 and 35. RGB value is (66,49,53). Sum of RGB (Red+Green+Blue) = 66+49+53=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423135 is #BDCECA. Grayscale: #363636. Windows color (decimal): -12439243 or 3486018. OLE color: 3486018.

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

Color convert

RGB 66 49 53 -
CMYK 0 0.26 0.20 0.74
HSL 345.88º 0.15% 0.23% -
HSV(B) 345.88º 0.26% 0.26% -
XYZ 3.99 3.61 3.86 -
YUV 54.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 66 49 53 0 0.26 0.20 0.74 345.88 0.15 0.23
Hex 42 31 35 0 1A 14 4A 15A F 17
Octal 102 61 65 0 32 24 112 532 17 27
Binary 1000010 110001 110101 0 11010 10100 1001010 101011010 1111 10111

Color Harmonies of #423135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423135

Black with #423135

Text Example


Text Example

White with #423135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423135; }

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

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

background-color css

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

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

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

border-color css

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

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

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