Html Css Color HEX #632D0F Baker's Chocolate

📋 copy color: '#632D0F'

red 99 ◦ green 45 ◦ blue 15

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

Shades of Baker's Chocolate #632D0F

Tints of Baker's Chocolate #632D0F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.3%

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 62.26%
G = 28.3%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#632D0F (or 0x632D0F) is known color: Baker's Chocolate. HEX triplet: 63, 2D and 0F. RGB value is (99,45,15). Sum of RGB (Red+Green+Blue) = 99+45+15=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D0F is #9CD2F0. Grayscale: #393939. Windows color (decimal): -10277617 or 994659. OLE color: 994659.

HSL color Cylindrical-coordinate representation of color #632D0F: hue angle of 21.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #632D0F is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 45 15 -
CMYK 0 0.55 0.85 0.61
HSL 21.43º 0.74% 0.22% -
HSV(B) 21.43º 0.85% 0.39% -
XYZ 6.17 4.56 1.01 -
YUV 57.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 99 45 15 0 0.55 0.85 0.61 21.43 0.74 0.22
Hex 63 2D F 0 37 55 3D 15 4A 16
Octal 143 55 17 0 67 125 75 25 112 26
Binary 1100011 101101 1111 0 110111 1010101 111101 10101 1001010 10110

Color Harmonies of #632D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632D0F

Black with #632D0F

Text Example


Text Example

White with #632D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632D0F; }

 p { color: rgb(99,45,15); }

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

background-color css

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

 a { background-color: rgb(99,45,15); }

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

border-color css

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

 span { border-color: rgb(99,45,15); }

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