Html Css Color HEX #451B11 Brown Pod

📋 copy color: '#451B11'

red 69 ◦ green 27 ◦ blue 17

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

Shades of Brown Pod #451B11

Tints of Brown Pod #451B11

RGB

 RED value IS 69 (27.34% from 255) = 61.06%

 GREEN value IS 27 (10.94% from 255) = 23.89%

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 61.06%
G = 23.89%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#451B11 (or 0x451B11) is known color: Brown Pod. HEX triplet: 45, 1B and 11. RGB value is (69,27,17). Sum of RGB (Red+Green+Blue) = 69+27+17=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B11 is #BAE4EE. Grayscale: #262626. Windows color (decimal): -12248303 or 1121093. OLE color: 1121093.

HSL color Cylindrical-coordinate representation of color #451B11: hue angle of 11.54º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451B11 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 27 17 -
CMYK 0 0.61 0.75 0.73
HSL 11.54º 0.6% 0.17% -
HSV(B) 11.54º 0.75% 0.27% -
XYZ 2.95 2.09 0.78 -
YUV 38.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 69 27 17 0 0.61 0.75 0.73 11.54 0.6 0.17
Hex 45 1B 11 0 3D 4B 49 C 3C 11
Octal 105 33 21 0 75 113 111 14 74 21
Binary 1000101 11011 10001 0 111101 1001011 1001001 1100 111100 10001

Color Harmonies of #451B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451B11

Black with #451B11

Text Example


Text Example

White with #451B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451B11; }

 p { color: rgb(69,27,17); }

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

background-color css

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

 a { background-color: rgb(69,27,17); }

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

border-color css

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

 span { border-color: rgb(69,27,17); }

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