Html Css Color HEX #443330 Cedar

📋 copy color: '#443330'

red 68 ◦ green 51 ◦ blue 48

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

Shades of Cedar #443330

Tints of Cedar #443330

RGB

 RED value IS 68 (26.95% from 255) = 40.72%

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

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

R = 40.72%
G = 30.54%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#443330 (or 0x443330) is known color: Cedar. HEX triplet: 44, 33 and 30. RGB value is (68,51,48). Sum of RGB (Red+Green+Blue) = 68+51+48=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #443330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443330 is #BBCCCF. Grayscale: #373737. Windows color (decimal): -12307664 or 3158852. OLE color: 3158852.

HSL color Cylindrical-coordinate representation of color #443330: hue angle of 9º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #443330 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 51 48 -
CMYK 0 0.25 0.29 0.73
HSL 0.17% 0.23% -
HSV(B) 0.29% 0.27% -
XYZ 4.1 3.81 3.32 -
YUV 55.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 68 51 48 0 0.25 0.29 0.73 9 0.17 0.23
Hex 44 33 30 0 19 1D 49 9 11 17
Octal 104 63 60 0 31 35 111 11 21 27
Binary 1000100 110011 110000 0 11001 11101 1001001 1001 10001 10111

Color Harmonies of #443330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443330

Black with #443330

Text Example


Text Example

White with #443330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443330; }

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

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

background-color css

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

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

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

border-color css

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

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

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