Html Css Color HEX #632500 Baker's Chocolate

📋 copy color: '#632500'

red 99 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #632500

Tints of Baker's Chocolate #632500

RGB

 RED value IS 99 (39.06% from 255) = 72.79%

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.79%
G = 27.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#632500 (or 0x632500) is known color: Baker's Chocolate. HEX triplet: 63, 25 and 00. RGB value is (99,37,0). Sum of RGB (Red+Green+Blue) = 99+37+0=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #632500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632500 is #9CDAFF. Grayscale: #333333. Windows color (decimal): -10279680 or 9571. OLE color: 9571.

HSL color Cylindrical-coordinate representation of color #632500: hue angle of 22.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #632500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 0 -
CMYK 0 0.63 1 0.61
HSL 22.42º 1% 0.19% -
HSV(B) 22.42º 1% 0.39% -
XYZ 5.81 3.98 0.46 -
YUV 51.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 99 37 0 0 0.63 1 0.61 22.42 1 0.19
Hex 63 25 0 0 3F 64 3D 16 64 13
Octal 143 45 0 0 77 144 75 26 144 23
Binary 1100011 100101 0 0 111111 1100100 111101 10110 1100100 10011

Color Harmonies of #632500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632500

Black with #632500

Text Example


Text Example

White with #632500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632500; }

 p { color: rgb(99,37,0); }

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

background-color css

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

 a { background-color: rgb(99,37,0); }

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

border-color css

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

 span { border-color: rgb(99,37,0); }

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