Html Css Color HEX #632D14 Baker's Chocolate

📋 copy color: '#632D14'

red 99 ◦ green 45 ◦ blue 20

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

Shades of Baker's Chocolate #632D14

Tints of Baker's Chocolate #632D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 60.37%
G = 27.44%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#632D14 (or 0x632D14) is known color: Baker's Chocolate. HEX triplet: 63, 2D and 14. RGB value is (99,45,20). Sum of RGB (Red+Green+Blue) = 99+45+20=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #632D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D14 is #9CD2EB. Grayscale: #3A3A3A. Windows color (decimal): -10277612 or 1322339. OLE color: 1322339.

HSL color Cylindrical-coordinate representation of color #632D14: hue angle of 18.99º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632D14 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 45 20 -
CMYK 0 0.55 0.80 0.61
HSL 18.99º 0.66% 0.23% -
HSV(B) 18.99º 0.8% 0.39% -
XYZ 6.21 4.58 1.22 -
YUV 58.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 99 45 20 0 0.55 0.80 0.61 18.99 0.66 0.23
Hex 63 2D 14 0 37 50 3D 13 42 17
Octal 143 55 24 0 67 120 75 23 102 27
Binary 1100011 101101 10100 0 110111 1010000 111101 10011 1000010 10111

Color Harmonies of #632D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632D14

Black with #632D14

Text Example


Text Example

White with #632D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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