Html Css Color HEX #47302B Cedar

📋 copy color: '#47302B'

red 71 ◦ green 48 ◦ blue 43

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

Shades of Cedar #47302B

Tints of Cedar #47302B

RGB

 RED value IS 71 (28.13% from 255) = 43.83%

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 43.83%
G = 29.63%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47302B (or 0x47302B) is known color: Cedar. HEX triplet: 47, 30 and 2B. RGB value is (71,48,43). Sum of RGB (Red+Green+Blue) = 71+48+43=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #47302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47302B is #B8CFD4. Grayscale: #363636. Windows color (decimal): -12111829 or 2830407. OLE color: 2830407.

HSL color Cylindrical-coordinate representation of color #47302B: hue angle of 10.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47302B is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 43 -
CMYK 0 0.32 0.39 0.72
HSL 10.71º 0.25% 0.22% -
HSV(B) 10.71º 0.39% 0.28% -
XYZ 4.09 3.63 2.77 -
YUV 54.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 71 48 43 0 0.32 0.39 0.72 10.71 0.25 0.22
Hex 47 30 2B 0 20 27 48 B 19 16
Octal 107 60 53 0 40 47 110 13 31 26
Binary 1000111 110000 101011 0 100000 100111 1001000 1011 11001 10110

Color Harmonies of #47302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47302B

Black with #47302B

Text Example


Text Example

White with #47302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47302B; }

 p { color: rgb(71,48,43); }

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

background-color css

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

 a { background-color: rgb(71,48,43); }

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

border-color css

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

 span { border-color: rgb(71,48,43); }

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