Html Css Color HEX #423335 Cab Sav

📋 copy color: '#423335'

red 66 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #423335

Tints of Cab Sav #423335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

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

R = 38.82%
G = 30%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423335 (or 0x423335) is known color: Cab Sav. HEX triplet: 42, 33 and 35. RGB value is (66,51,53). Sum of RGB (Red+Green+Blue) = 66+51+53=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423335 is #BDCCCA. Grayscale: #373737. Windows color (decimal): -12438731 or 3486530. OLE color: 3486530.

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

Color convert

RGB 66 51 53 -
CMYK 0 0.23 0.20 0.74
HSL 352º 0.13% 0.23% -
HSV(B) 352º 0.23% 0.26% -
XYZ 4.07 3.78 3.88 -
YUV 55.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 66 51 53 0 0.23 0.20 0.74 352 0.13 0.23
Hex 42 33 35 0 17 14 4A 160 D 17
Octal 102 63 65 0 27 24 112 540 15 27
Binary 1000010 110011 110101 0 10111 10100 1001010 101100000 1101 10111

Color Harmonies of #423335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423335

Black with #423335

Text Example


Text Example

White with #423335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423335; }

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

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

background-color css

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

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

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

border-color css

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

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

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