Html Css Color HEX #423033 Cab Sav

📋 copy color: '#423033'

red 66 ◦ green 48 ◦ blue 51

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

Shades of Cab Sav #423033

Tints of Cab Sav #423033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 40%
G = 29.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#423033 (or 0x423033) is known color: Cab Sav. HEX triplet: 42, 30 and 33. RGB value is (66,48,51). Sum of RGB (Red+Green+Blue) = 66+48+51=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #423033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423033 is #BDCFCC. Grayscale: #353535. Windows color (decimal): -12439501 or 3354690. OLE color: 3354690.

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

Color convert

RGB 66 48 51 -
CMYK 0 0.27 0.23 0.74
HSL 350º 0.16% 0.22% -
HSV(B) 350º 0.27% 0.26% -
XYZ 3.9 3.51 3.6 -
YUV 53.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 66 48 51 0 0.27 0.23 0.74 350 0.16 0.22
Hex 42 30 33 0 1B 17 4A 15E 10 16
Octal 102 60 63 0 33 27 112 536 20 26
Binary 1000010 110000 110011 0 11011 10111 1001010 101011110 10000 10110

Color Harmonies of #423033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423033

Black with #423033

Text Example


Text Example

White with #423033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423033; }

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

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

background-color css

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

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

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

border-color css

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

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

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