Html Css Color HEX #482F29 Cedar

📋 copy color: '#482F29'

red 72 ◦ green 47 ◦ blue 41

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

Shades of Cedar #482F29

Tints of Cedar #482F29

RGB

 RED value IS 72 (28.52% from 255) = 45%

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

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 45%
G = 29.38%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482F29 (or 0x482F29) is known color: Cedar. HEX triplet: 48, 2F and 29. RGB value is (72,47,41). Sum of RGB (Red+Green+Blue) = 72+47+41=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F29 is #B7D0D6. Grayscale: #353535. Windows color (decimal): -12046551 or 2699080. OLE color: 2699080.

HSL color Cylindrical-coordinate representation of color #482F29: hue angle of 11.61º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482F29 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 41 -
CMYK 0 0.35 0.43 0.72
HSL 11.61º 0.27% 0.22% -
HSV(B) 11.61º 0.43% 0.28% -
XYZ 4.09 3.57 2.57 -
YUV 53.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 72 47 41 0 0.35 0.43 0.72 11.61 0.27 0.22
Hex 48 2F 29 0 23 2B 48 C 1B 16
Octal 110 57 51 0 43 53 110 14 33 26
Binary 1001000 101111 101001 0 100011 101011 1001000 1100 11011 10110

Color Harmonies of #482F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F29

Black with #482F29

Text Example


Text Example

White with #482F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F29; }

 p { color: rgb(72,47,41); }

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

background-color css

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

 a { background-color: rgb(72,47,41); }

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

border-color css

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

 span { border-color: rgb(72,47,41); }

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