Html Css Color HEX #423035 Cab Sav

📋 copy color: '#423035'

red 66 ◦ green 48 ◦ blue 53

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

Shades of Cab Sav #423035

Tints of Cab Sav #423035

RGB

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

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

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

R = 39.52%
G = 28.74%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423035 (or 0x423035) is known color: Cab Sav. HEX triplet: 42, 30 and 35. RGB value is (66,48,53). Sum of RGB (Red+Green+Blue) = 66+48+53=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423035 is #BDCFCA. Grayscale: #353535. Windows color (decimal): -12439499 or 3485762. OLE color: 3485762.

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

Color convert

RGB 66 48 53 -
CMYK 0 0.27 0.20 0.74
HSL 343.33º 0.16% 0.22% -
HSV(B) 343.33º 0.27% 0.26% -
XYZ 3.95 3.53 3.84 -
YUV 53.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 66 48 53 0 0.27 0.20 0.74 343.33 0.16 0.22
Hex 42 30 35 0 1B 14 4A 157 10 16
Octal 102 60 65 0 33 24 112 527 20 26
Binary 1000010 110000 110101 0 11011 10100 1001010 101010111 10000 10110

Color Harmonies of #423035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423035

Black with #423035

Text Example


Text Example

White with #423035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423035; }

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

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

background-color css

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

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

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

border-color css

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

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

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