Html Css Color HEX #423034 Cab Sav

📋 copy color: '#423034'

red 66 ◦ green 48 ◦ blue 52

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

Shades of Cab Sav #423034

Tints of Cab Sav #423034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 39.76%
G = 28.92%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#423034 (or 0x423034) is known color: Cab Sav. HEX triplet: 42, 30 and 34. RGB value is (66,48,52). Sum of RGB (Red+Green+Blue) = 66+48+52=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423034 is #BDCFCB. Grayscale: #353535. Windows color (decimal): -12439500 or 3420226. OLE color: 3420226.

HSL color Cylindrical-coordinate representation of color #423034: hue angle of 346.67º 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 #423034 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 52 -
CMYK 0 0.27 0.21 0.74
HSL 346.67º 0.16% 0.22% -
HSV(B) 346.67º 0.27% 0.26% -
XYZ 3.92 3.52 3.72 -
YUV 53.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 66 48 52 0 0.27 0.21 0.74 346.67 0.16 0.22
Hex 42 30 34 0 1B 15 4A 15B 10 16
Octal 102 60 64 0 33 25 112 533 20 26
Binary 1000010 110000 110100 0 11011 10101 1001010 101011011 10000 10110

Color Harmonies of #423034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423034

Black with #423034

Text Example


Text Example

White with #423034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423034; }

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

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

background-color css

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

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

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

border-color css

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

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

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