Html Css Color HEX #632F14 Baker's Chocolate

📋 copy color: '#632F14'

red 99 ◦ green 47 ◦ blue 20

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

Shades of Baker's Chocolate #632F14

Tints of Baker's Chocolate #632F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

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

R = 59.64%
G = 28.31%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#632F14 (or 0x632F14) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 14. RGB value is (99,47,20). Sum of RGB (Red+Green+Blue) = 99+47+20=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #632F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F14 is #9CD0EB. Grayscale: #3B3B3B. Windows color (decimal): -10277100 or 1322851. OLE color: 1322851.

HSL color Cylindrical-coordinate representation of color #632F14: hue angle of 20.51º 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 #632F14 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 47 20 -
CMYK 0 0.53 0.80 0.61
HSL 20.51º 0.66% 0.23% -
HSV(B) 20.51º 0.8% 0.39% -
XYZ 6.29 4.74 1.24 -
YUV 59.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 99 47 20 0 0.53 0.80 0.61 20.51 0.66 0.23
Hex 63 2F 14 0 35 50 3D 15 42 17
Octal 143 57 24 0 65 120 75 25 102 27
Binary 1100011 101111 10100 0 110101 1010000 111101 10101 1000010 10111

Color Harmonies of #632F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F14

Black with #632F14

Text Example


Text Example

White with #632F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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