Html Css Color HEX #451B0A Brown Pod

📋 copy color: '#451B0A'

red 69 ◦ green 27 ◦ blue 10

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

Shades of Brown Pod #451B0A

Tints of Brown Pod #451B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.43%

R = 65.09%
G = 25.47%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#451B0A (or 0x451B0A) is known color: Brown Pod. HEX triplet: 45, 1B and 0A. RGB value is (69,27,10). Sum of RGB (Red+Green+Blue) = 69+27+10=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B0A is #BAE4F5. Grayscale: #252525. Windows color (decimal): -12248310 or 662341. OLE color: 662341.

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

Color convert

RGB 69 27 10 -
CMYK 0 0.61 0.86 0.73
HSL 17.29º 0.75% 0.15% -
HSV(B) 17.29º 0.86% 0.27% -
XYZ 2.9 2.07 0.53 -
YUV 37.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 69 27 10 0 0.61 0.86 0.73 17.29 0.75 0.15
Hex 45 1B A 0 3D 56 49 11 4B F
Octal 105 33 12 0 75 126 111 21 113 17
Binary 1000101 11011 1010 0 111101 1010110 1001001 10001 1001011 1111

Color Harmonies of #451B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451B0A

Black with #451B0A

Text Example


Text Example

White with #451B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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