Html Css Color HEX #442F2B Cedar

📋 copy color: '#442F2B'

red 68 ◦ green 47 ◦ blue 43

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

Shades of Cedar #442F2B

Tints of Cedar #442F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 43.04%
G = 29.75%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#442F2B (or 0x442F2B) is known color: Cedar. HEX triplet: 44, 2F and 2B. RGB value is (68,47,43). Sum of RGB (Red+Green+Blue) = 68+47+43=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #442F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F2B is #BBD0D4. Grayscale: #343434. Windows color (decimal): -12308693 or 2830148. OLE color: 2830148.

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

Color convert

RGB 68 47 43 -
CMYK 0 0.31 0.37 0.73
HSL 9.6º 0.23% 0.22% -
HSV(B) 9.6º 0.37% 0.27% -
XYZ 3.84 3.44 2.75 -
YUV 52.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 68 47 43 0 0.31 0.37 0.73 9.6 0.23 0.22
Hex 44 2F 2B 0 1F 25 49 A 17 16
Octal 104 57 53 0 37 45 111 12 27 26
Binary 1000100 101111 101011 0 11111 100101 1001001 1010 10111 10110

Color Harmonies of #442F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F2B

Black with #442F2B

Text Example


Text Example

White with #442F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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