Html Css Color HEX #442F2D Cedar

📋 copy color: '#442F2D'

red 68 ◦ green 47 ◦ blue 45

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

Shades of Cedar #442F2D

Tints of Cedar #442F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.38%

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 42.5%
G = 29.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#442F2D (or 0x442F2D) is known color: Cedar. HEX triplet: 44, 2F and 2D. RGB value is (68,47,45). Sum of RGB (Red+Green+Blue) = 68+47+45=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #442F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F2D is #BBD0D2. Grayscale: #353535. Windows color (decimal): -12308691 or 2961220. OLE color: 2961220.

HSL color Cylindrical-coordinate representation of color #442F2D: hue angle of 5.22º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #442F2D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 47 45 -
CMYK 0 0.31 0.34 0.73
HSL 5.22º 0.2% 0.22% -
HSV(B) 5.22º 0.34% 0.27% -
XYZ 3.87 3.45 2.94 -
YUV 53.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 68 47 45 0 0.31 0.34 0.73 5.22 0.2 0.22
Hex 44 2F 2D 0 1F 22 49 5 14 16
Octal 104 57 55 0 37 42 111 5 24 26
Binary 1000100 101111 101101 0 11111 100010 1001001 101 10100 10110

Color Harmonies of #442F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F2D

Black with #442F2D

Text Example


Text Example

White with #442F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442F2D; }

 p { color: rgb(68,47,45); }

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

background-color css

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

 a { background-color: rgb(68,47,45); }

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

border-color css

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

 span { border-color: rgb(68,47,45); }

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