Html Css Color HEX #423233 Cab Sav

📋 copy color: '#423233'

red 66 ◦ green 50 ◦ blue 51

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

Shades of Cab Sav #423233

Tints of Cab Sav #423233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

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

R = 39.52%
G = 29.94%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#423233 (or 0x423233) is known color: Cab Sav. HEX triplet: 42, 32 and 33. RGB value is (66,50,51). Sum of RGB (Red+Green+Blue) = 66+50+51=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423233 is #BDCDCC. Grayscale: #363636. Windows color (decimal): -12438989 or 3355202. OLE color: 3355202.

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

Color convert

RGB 66 50 51 -
CMYK 0 0.24 0.23 0.74
HSL 356.25º 0.14% 0.23% -
HSV(B) 356.25º 0.24% 0.26% -
XYZ 3.98 3.68 3.63 -
YUV 54.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 66 50 51 0 0.24 0.23 0.74 356.25 0.14 0.23
Hex 42 32 33 0 18 17 4A 164 E 17
Octal 102 62 63 0 30 27 112 544 16 27
Binary 1000010 110010 110011 0 11000 10111 1001010 101100100 1110 10111

Color Harmonies of #423233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423233

Black with #423233

Text Example


Text Example

White with #423233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423233; }

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

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

background-color css

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

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

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

border-color css

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

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

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