Html Css Color HEX #452001 Brown Pod

📋 copy color: '#452001'

red 69 ◦ green 32 ◦ blue 1

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

Shades of Brown Pod #452001

Tints of Brown Pod #452001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.37%

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 67.65%
G = 31.37%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#452001 (or 0x452001) is known color: Brown Pod. HEX triplet: 45, 20 and 01. RGB value is (69,32,1). Sum of RGB (Red+Green+Blue) = 69+32+1=102 (13% of max value = 765). Red value is 69 (27.34% from 255 or 67.65% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 69 - color contains mainly: red. Hex color #452001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452001 is #BADFFE. Grayscale: #272727. Windows color (decimal): -12247039 or 73797. OLE color: 73797.

HSL color Cylindrical-coordinate representation of color #452001: hue angle of 27.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #452001 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 32 1 -
CMYK 0 0.54 0.99 0.73
HSL 27.35º 0.97% 0.14% -
HSV(B) 27.35º 0.99% 0.27% -
XYZ 2.98 2.3 0.32 -
YUV 39.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 69 32 1 0 0.54 0.99 0.73 27.35 0.97 0.14
Hex 45 20 1 0 36 63 49 1B 61 E
Octal 105 40 1 0 66 143 111 33 141 16
Binary 1000101 100000 1 0 110110 1100011 1001001 11011 1100001 1110

Color Harmonies of #452001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452001

Black with #452001

Text Example


Text Example

White with #452001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452001; }

 p { color: rgb(69,32,1); }

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

background-color css

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

 a { background-color: rgb(69,32,1); }

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

border-color css

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

 span { border-color: rgb(69,32,1); }

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